Skip to content

Commit

Permalink
2nd try to fix macOS X blank screen when leaving fullscreen editor mode
Browse files Browse the repository at this point in the history
See issue olivierkes#24.

The first attempt to fix this problem was with commit:

    Try to fix macOS X blank screen when leaving editor fullscreen mode
    1ae0a77
  • Loading branch information
gedakc committed Feb 12, 2019
1 parent 9b774d3 commit 82fc425
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions manuskript/ui/editors/fullScreenEditor.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ def __init__(self, index, parent=None):
def __del__(self):
# print("Leaving fullScreenEditor via Destructor event", flush=True)
self.showNormal()
self.close()

def setLocked(self, val):
self._locked = val
Expand Down

0 comments on commit 82fc425

Please sign in to comment.