chiark / gitweb /
added comments
[cura.git] / Cura / gui / app.py
index b58704cf1ec1451b7b47754e45f6bb4f2a5dee23..fd5fbc04097186e79f1b5d275e4026a56576dc92 100644 (file)
@@ -135,7 +135,7 @@ class CuraApp(wx.App):
 
                setFullScreenCapable(self.mainWindow)
 
-if platform.system() == "Darwin":
+if platform.system() == "Darwin": #Mac magic. Dragons live here. THis sets full screen options.
        try:
                import ctypes, objc
                _objc = ctypes.PyDLL(objc._objc.__file__)