2nd try to fix macOS X blank screen when leaving fullscreen editor mode

See issue #24.

The first attempt to fix this problem was with commit:

    Try to fix macOS X blank screen when leaving editor fullscreen mode
    1ae0a77464
This commit is contained in:
Curtis Gedak 2019-02-12 10:48:19 -07:00
parent 9b774d327f
commit baeb5f4653

View file

@ -123,6 +123,7 @@ class fullScreenEditor(QWidget):
def __del__(self):
# print("Leaving fullScreenEditor via Destructor event", flush=True)
self.showNormal()
self.close()
def setLocked(self, val):
self._locked = val