mirror of
https://github.com/MCV-Software/TWBlue.git
synced 2025-08-27 02:09:22 +00:00
view user info is now posible from the menu bar or control+win+shift+n
This commit is contained in:
@@ -23,3 +23,6 @@ class BaseWXDialog(wx.Dialog):
|
||||
elif hasattr(control, "ChangeValue"): return getattr(control, "ChangeValue")(text)
|
||||
else: return -1
|
||||
else: return 0
|
||||
|
||||
def set_title(self, title):
|
||||
self.SetTitle(title)
|
||||
|
Reference in New Issue
Block a user