Click on inactive tab
Would cause exception.
This commit is contained in:
parent
a50c5ed16e
commit
7189a826ad
|
@ -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