mirror of
https://github.com/arsenetar/dupeguru.git
synced 2025-05-07 17:29:50 +00:00
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:
parent
c6ea1c62d4
commit
04b06f7704
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user