Przeglądaj źródła

wxGUI: fix query dialog after recent changes (#1266)

Anna Petrasova 4 lat temu
rodzic
commit
8f49313814
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      gui/wxpython/gui_core/query.py

+ 1 - 1
gui/wxpython/gui_core/query.py

@@ -56,7 +56,7 @@ class QueryDialog(wx.Dialog):
 
         self.tree.SetColumnWidth(0, 220)
         self.tree.SetColumnWidth(1, 1000)
-        self.tree.ExpandAll(self._model.root)
+        self.tree.ExpandAll()
         self.tree.RefreshItems()
         self.tree.contextMenu.connect(self.ShowContextMenu)
         self.mainSizer.Add(