Click on inactive tab
Would cause exception.
This commit is contained in:
parent
0e15b246af
commit
f68627158d
|
@ -3874,6 +3874,8 @@ class MyForm(settingsmixin.SMainWindow):
|
|||
def tableWidgetInboxItemClicked(self):
|
||||
folder = self.getCurrentFolder()
|
||||
messageTextedit = self.getCurrentMessageTextedit()
|
||||
if not messageTextedit:
|
||||
return
|
||||
queryreturn = []
|
||||
message = ""
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user