Skip to content

Commit

Permalink
Mac Frame Fix
Browse files Browse the repository at this point in the history
I am in the classical "just one more feature... and then polish everything that was unpolished due to the feature" cycle since April and thought to at least fix the mac frames on master.
  • Loading branch information
AstusRush authored Nov 25, 2020
1 parent c6cf0ff commit c93b2af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion AGeLib/AGeMain.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Astus General Library Main File

Version = "2.0.0"
Version = "2.0.1"
# Using Semantic Versioning 2.0.0 https://semver.org/
version = Version
Author = "Robin \'Astus\' Albers"
Expand Down Expand Up @@ -527,6 +527,7 @@ def __init__(self, args):
self.enableHotkeys = True
super(Main_App, self).__init__(args)
self.setStyle("fusion")
self.setAttribute(QtCore.Qt.AA_DontUseNativeMenuBar) #Fixes to bar widget on MacOS/OSX/darwin/Apples OS
sys.excepthook = trap_exc_during_debug
try:
msg = "Welcome " + getpass.getuser()
Expand Down

0 comments on commit c93b2af

Please sign in to comment.