Add extra argument to axis selection updater

This commit is contained in:
DarkPhoenix
2019-08-16 08:51:58 +03:00
parent f3551ce570
commit 477c43884a
3 changed files with 18 additions and 14 deletions

View File

@@ -164,7 +164,7 @@ class GraphFrame(AuxiliaryFrame):
event.Skip()
self.ctrlPanel.Freeze()
if getattr(event, 'refreshAxeLabels', False):
self.ctrlPanel.refreshAxeLabels()
self.ctrlPanel.refreshAxeLabels(restoreSelection=True)
if getattr(event, 'refreshColumns', False):
self.ctrlPanel.refreshColumns()
self.ctrlPanel.Thaw()