mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 18:01:15 +02:00
Reenable entity list tools
This commit is contained in:
parent
00f7bf7efe
commit
ce60a410cf
1 changed files with 1 additions and 0 deletions
|
@ -232,6 +232,7 @@ var toolBar = (function () {
|
||||||
cameraManager.disable();
|
cameraManager.disable();
|
||||||
} else {
|
} else {
|
||||||
hasShownPropertiesTool = false;
|
hasShownPropertiesTool = false;
|
||||||
|
entityListTool.setVisible(true);
|
||||||
cameraManager.enable();
|
cameraManager.enable();
|
||||||
gridTool.setVisible(true);
|
gridTool.setVisible(true);
|
||||||
grid.setEnabled(true);
|
grid.setEnabled(true);
|
||||||
|
|
Loading…
Reference in a new issue