Skip to content

Commit

Permalink
wxGUI: fix query dialog #369 (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Feb 29, 2020
1 parent 2393937 commit 59aa594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/wxpython/gui_core/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def __init__(self, parent, data=None):
self.tree.SetColumnWidth(0, 220)
self.tree.SetColumnWidth(1, 1000)
self.tree.ExpandAll(self._model.root)
self.tree.RefreshItems()
self.tree.contextMenu.connect(self.ShowContextMenu)
self.mainSizer.Add(
self.tree,
Expand Down

0 comments on commit 59aa594

Please sign in to comment.