mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Fix edit grid not showing up
This commit is contained in:
parent
fa5eebd93e
commit
a3d09e6adc
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ var toolBar = (function () {
|
|||
cameraManager.enable();
|
||||
entityListTool.setVisible(true);
|
||||
gridTool.setVisible(true);
|
||||
grid.setEnabled(true);
|
||||
propertiesTool.setVisible(true);
|
||||
Window.setFocus();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue