Changes in / [5eebcd6:aa333e3] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/MainWindow.py
r3d18691 ra80e182 6 6 from PyQt5.QtWidgets import QApplication 7 7 from PyQt5.QtGui import QPixmap 8 8 import sys 9 9 # Local UI 10 10 from sas.qtgui.UI import main_resources_rc … … 20 20 self.workspace = QMdiArea(self) 21 21 self.setCentralWidget(self.workspace) 22 23 # Temporary solution for problem with menubar on Mac 24 if sys.platform == "darwin": # Mac 25 self.menubar.setNativeMenuBar(False) 22 26 23 27 # Create the gui manager
Note: See TracChangeset
for help on using the changeset viewer.