Set mention all checkbox disabled by default

This commit is contained in:
Manuel Cortez 2018-02-06 16:44:36 -06:00
parent 635b467394
commit 79490f8346

View File

@ -243,7 +243,6 @@ class reply(textLimited):
self.mainBox.Add(self.textBox, 0, wx.ALL, 5)
self.usersbox = wx.BoxSizer(wx.VERTICAL)
self.mentionAll = wx.CheckBox(self.panel, -1, _(u"&Mention to all"), size=wx.DefaultSize)
self.mentionAll.Disable()
self.usersbox.Add(self.mentionAll, 0, wx.ALL, 5)
self.checkboxes = []
for i in self.users: