Changeset c0de493 in sasview
- Timestamp:
- Sep 19, 2018 7:33:55 AM (6 years ago)
- Branches:
- ESS_GUI_iss879
- Parents:
- fc5d2d7f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/sas/qtgui/MainWindow/MainWindow.py
r3d18691 rc0de493 6 6 from PyQt5.QtWidgets import QApplication 7 7 from PyQt5.QtGui import QPixmap 8 import sys 8 9 9 10 # Local UI … … 16 17 super(MainSasViewWindow, self).__init__(parent) 17 18 self.setupUi(self) 19 20 # Temporary solution for problem with menubar on Mac 21 if sys.platform == "darwin": # Mac 22 self.menubar.setNativeMenuBar(False) 18 23 19 24 # define workspace for dialogs.
Note: See TracChangeset
for help on using the changeset viewer.