mirror of
https://github.com/overte-org/overte.git
synced 2025-04-13 16:05:17 +02:00
Force entity list tool to refresh when opened
This commit is contained in:
parent
5f4f232602
commit
2f833f16d8
1 changed files with 1 additions and 0 deletions
|
@ -871,6 +871,7 @@ var toolBar = (function () {
|
||||||
}
|
}
|
||||||
UserActivityLogger.enabledEdit();
|
UserActivityLogger.enabledEdit();
|
||||||
entityListTool.setVisible(true);
|
entityListTool.setVisible(true);
|
||||||
|
entityListTool.sendUpdate();
|
||||||
gridTool.setVisible(true);
|
gridTool.setVisible(true);
|
||||||
grid.setEnabled(true);
|
grid.setEnabled(true);
|
||||||
propertiesTool.setVisible(true);
|
propertiesTool.setVisible(true);
|
||||||
|
|
Loading…
Reference in a new issue