Skip to content

Commit

Permalink
Move comment above flag for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
jnsebgosselin committed Aug 20, 2018
1 parent e1eca28 commit bba556b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spyder/app/mainwindow.py
Original file line number Diff line number Diff line change
Expand Up @@ -482,9 +482,9 @@ def signal_handler(signum, frame=None):
# The following flag remember the maximized state even when
# the window is in fullscreen mode:
self.maximized_flag = None
# The following flag is used to restore window's geometry when
# toggling out of fullscreen mode in Windows.
self.saved_normal_geometry = None
# This flag is used to restore window's geometry when toggling out of
# fullscreen mode in Windows.

# To keep track of the last focused widget
self.last_focused_widget = None
Expand Down

0 comments on commit bba556b

Please sign in to comment.