Now it's possible to do simple post (plain text only)

This commit is contained in:
2016-02-14 18:53:58 -06:00
parent d018c440f6
commit bc5e76ce1c
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import widgetUtils
class textMessage(widgetUtils.BaseDialog):
def __init__(self, *args, **kwargs):
super(textLimited, self).__init__(parent=None, *args, **kwargs)
super(textMessage, self).__init__(parent=None, *args, **kwargs)
def createTextArea(self, message="", text=""):
self.panel = wx.Panel(self)