Do not always start with inspector window closed

This commit is contained in:
Kovid Goyal 2013-12-04 16:20:21 +05:30
parent 7e49bd7983
commit fcb09e8628

View File

@ -451,8 +451,6 @@ class Main(MainWindow):
if state is not None:
self.restoreState(state, self.STATE_VERSION)
self.central.restore_state()
# We never want to start with the inspector showing
self.inspector_dock.close()
def contextMenuEvent(self, ev):
ev.ignore()