chiark / gitweb /
added todo coment
authornallath <nallath@gmail.com>
Thu, 6 Feb 2014 13:42:45 +0000 (14:42 +0100)
committernallath <nallath@gmail.com>
Thu, 6 Feb 2014 13:42:45 +0000 (14:42 +0100)
Cura/gui/util/engineResultView.py

index 02a5cf3b65f138a5051209d0cd5e866c281d2483..06908620193f8e57297e8ebded51d8b1ca0f1d9a 100644 (file)
@@ -266,7 +266,7 @@ class engineResultView(object):
        def OnKeyChar(self, keyCode):
                if not self._enabled:
                        return
-
+               #TODO: This is strange behaviour. Overloaded functionality of keyboard buttons!
                if wx.GetKeyState(wx.WXK_SHIFT) or wx.GetKeyState(wx.WXK_CONTROL):
                        if keyCode == wx.WXK_UP:
                                self.layerSelect.setValue(self.layerSelect.getValue() + 1)