fix typo in fpdb.iconify
This commit is contained in:
parent
52d38020d2
commit
96f547b3df
|
@ -1171,12 +1171,12 @@ You can find the full license texts in agpl-3.0.txt, gpl-2.0.txt, gpl-3.0.txt an
|
||||||
def __iconify(self):
|
def __iconify(self):
|
||||||
self.visible = False
|
self.visible = False
|
||||||
self.window.set_skip_taskbar_hint(True)
|
self.window.set_skip_taskbar_hint(True)
|
||||||
self.window.set_skip_pager_hind(True)
|
self.window.set_skip_pager_hint(True)
|
||||||
|
|
||||||
def __deiconify(self):
|
def __deiconify(self):
|
||||||
self.visible = True
|
self.visible = True
|
||||||
self.window.set_skip_taskbar_hint(False)
|
self.window.set_skip_taskbar_hint(False)
|
||||||
self.window.set_skip_pager_hind(False)
|
self.window.set_skip_pager_hint(False)
|
||||||
|
|
||||||
def window_state_event_cb(self, window, event):
|
def window_state_event_cb(self, window, event):
|
||||||
# Deal with iconification first
|
# Deal with iconification first
|
||||||
|
|
Loading…
Reference in New Issue
Block a user