Rework projected GUI commands

This commit is contained in:
DarkPhoenix
2019-04-15 11:34:52 +03:00
parent 0b49bf201f
commit 801f51b89c
88 changed files with 936 additions and 558 deletions

View File

@@ -8,6 +8,7 @@ from gui.utils.helpers_wxPython import HandleCtrlBackspace
class NotesView(wx.Panel):
def __init__(self, parent):
wx.Panel.__init__(self, parent)
self.lastFitId = None