* UI: fixed that server messages and tables list is not refresh after re-connect (#4194);

This commit is contained in:
Oleg Agafonov 2019-04-19 17:37:26 +04:00
parent a2592ef36e
commit c95f14f64c
2 changed files with 29 additions and 20 deletions

View file

@ -105,7 +105,7 @@ public class TablesPane extends MagePane {
@Override
public void activated() {
tablesPanel.startTasks();
tablesPanel.startUpdateTasks(false);
}
@Override