_From [email protected] on 2012-10-18T18:47:16Z_
Spyder Version: 2.1.9
Python Version: 2.7.2
Qt Version: 4.7.4, PyQt4 (API v1) 4.8.6 on Windows
What steps will reproduce the problem?
Please provide any additional information below
.
_Original issue: http://code.google.com/p/spyderlib/issues/detail?id=1174_
_From pierre.raybaut on 2012-11-04T09:31:19Z_
This is a very surprising unknown bug. I'm afraid that the features you are referring to (the minimize, maximize and close buttons) are much more low-level than Spyder's code. These are implemented in Qt itself, the graphical user interface library used by Spyder.
I suspect an issue with your Python/PyQt/Qt installation.
Please try to at least upgrade Spyder to v2.1.11 (although, as I wrote above, this has nothing to do with Spyder itself I think) or better to reinstall PyQt or Python.
_From [email protected] on 2012-11-04T10:32:29Z_
I was able to fix it. I was in a full screen mode. By hitting F11 or in the menu view->Fullscreen Mode you can go into or out of it.
_From pierre.raybaut on 2012-11-04T12:25:46Z_
Status: Done
Most helpful comment
_From [email protected] on 2012-11-04T10:32:29Z_
I was able to fix it. I was in a full screen mode. By hitting F11 or in the menu view->Fullscreen Mode you can go into or out of it.