chiark / gitweb /
Slight update on the button layout, and possible help for issue #269
[cura.git] / Cura / gui / util / openglGui.py
index c5c965ef20de7e2d59a07a0e7a93be0ac1924c67..dd7cf2464ac543d7b53cb1904551d3eefcca2da6 100644 (file)
@@ -440,7 +440,6 @@ class glComboButton(glButton):
                                return True
                return super(glComboButton, self).OnMouseDown(x, y)
 
-
 class glFrame(glGuiContainer):
        def __init__(self, parent, pos):
                super(glFrame, self).__init__(parent, pos)