disable list filtering when toolbar is closed
This commit is contained in:
@@ -539,6 +539,8 @@ class MyTreeWidget(QTreeWidget):
|
||||
def show_toolbar(self, x):
|
||||
for b in self.toolbar_buttons:
|
||||
b.setVisible(x)
|
||||
if not x:
|
||||
self.on_hide_toolbar()
|
||||
|
||||
|
||||
class ButtonsWidget(QWidget):
|
||||
|
||||
Reference in New Issue
Block a user