If corresponding option is enabled, re-enable all meta buttons on every search change rather than just on search beginning
This commit is contained in:
@@ -134,7 +134,7 @@ class MarketBrowser(wx.Panel):
|
||||
@mode.setter
|
||||
def mode(self, newMode):
|
||||
oldMode = self.__mode
|
||||
if newMode == oldMode:
|
||||
if newMode == oldMode != 'search':
|
||||
return
|
||||
# Store meta button states when switching from normal
|
||||
if oldMode == 'normal':
|
||||
|
||||
Reference in New Issue
Block a user