Clear search entry when switching from Apps to Favorites
Took two clicks because of a loop in the logic (setting to empty also invokes setting the tab). Fixes #44
This commit is contained in:
parent
8560efebea
commit
42a0e8cd47
@ -571,8 +571,9 @@ class pluginclass( object ):
|
|||||||
elif tabNum == 1:
|
elif tabNum == 1:
|
||||||
notebook.set_current_page( 1 )
|
notebook.set_current_page( 1 )
|
||||||
|
|
||||||
self.lastActiveTab = tabNum
|
|
||||||
self.focusSearchEntry()
|
self.focusSearchEntry()
|
||||||
|
self.lastActiveTab = tabNum
|
||||||
|
|
||||||
|
|
||||||
def Todos( self ):
|
def Todos( self ):
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user