Skip to content

Commit

Permalink
cx_freeze build now runs on win64!
Browse files Browse the repository at this point in the history
  • Loading branch information
snake-biscuits committed Jul 28, 2020
1 parent 676d2d9 commit a2037ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion QtPyHammer/ui/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def __init__(self, parent=None):
ent_browser = entity.browser(entities, parent=self)
self.actions["Tools>Brush to Entity"].triggered.connect(ent_browser.show)
except Exception as exc:
raise exc
print("Failed to load .fgds!")
self.actions["Tools>Brush to Entity"].setEnabled(False)
self.actions["Tools>Entity to Brush"] = tools_menu.addAction("&Move to World")
self.actions["Tools>Entity to Brush"].setEnabled(False)
Expand Down

0 comments on commit a2037ce

Please sign in to comment.