Synchronize tool window after first initialization
This commit is contained in:
parent
a3f6545fea
commit
a8b6938ac9
@ -58,5 +58,6 @@ public class TranslatorToolWindowFactory implements ToolWindowFactory {
|
|||||||
DataStore store = DataStore.getInstance(project);
|
DataStore store = DataStore.getInstance(project);
|
||||||
store.addSynchronizer(treeView);
|
store.addSynchronizer(treeView);
|
||||||
store.addSynchronizer(tableView);
|
store.addSynchronizer(tableView);
|
||||||
|
store.synchronize(null, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user