Removed the setNativeMenuBar() call under Qt

I put it there to make the menu usable under Ubuntu 13.10, but since
14.04, this line actually brakes it.
This commit is contained in:
Virgil Dupras 2014-05-03 09:34:41 -04:00
parent c6ea1c62d4
commit 04b06f7704
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ class ResultWindow(QMainWindow):
def _setupMenu(self):
self.menubar = QMenuBar()
self.menubar.setNativeMenuBar(False)
self.menubar.setGeometry(QRect(0, 0, 630, 22))
self.menuFile = QMenu(self.menubar)
self.menuFile.setTitle(tr("File"))