summaryrefslogtreecommitdiff
path: root/src/leap/bitmask/gui/mainwindow.py
diff options
context:
space:
mode:
authorTomás Touceda <chiiph@leap.se>2014-03-07 18:02:58 -0300
committerTomás Touceda <chiiph@leap.se>2014-03-07 18:02:58 -0300
commit2f46572ef137bb20c04f443a36361569b4b9e120 (patch)
tree5f821037b488eeee6d538854c6d22bd8befff063 /src/leap/bitmask/gui/mainwindow.py
parent540d6eb995ee87856f6670707309b8e4d5bfc282 (diff)
Remove qtreactor dependency
Diffstat (limited to 'src/leap/bitmask/gui/mainwindow.py')
-rw-r--r--src/leap/bitmask/gui/mainwindow.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/leap/bitmask/gui/mainwindow.py b/src/leap/bitmask/gui/mainwindow.py
index eeab7e2b..9ee62e17 100644
--- a/src/leap/bitmask/gui/mainwindow.py
+++ b/src/leap/bitmask/gui/mainwindow.py
@@ -134,6 +134,7 @@ class MainWindow(QtGui.QMainWindow):
:type bypass_checks: bool
"""
QtGui.QMainWindow.__init__(self)
+ self.menuBar().setNativeMenuBar(False)
# register leap events ########################################
register(signal=proto.UPDATER_NEW_UPDATES,