mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
Make the entity list always visible
This commit is contained in:
parent
ba5a96f541
commit
814d585086
1 changed files with 1 additions and 3 deletions
|
@ -821,9 +821,7 @@ function handeMenuEvent(menuItem) {
|
|||
} else if (menuItem == "Import Models") {
|
||||
modelImporter.doImport();
|
||||
} else if (menuItem == "Entity List...") {
|
||||
if (isActive) {
|
||||
entityListTool.toggleVisible();
|
||||
}
|
||||
entityListTool.toggleVisible();
|
||||
}
|
||||
tooltip.show(false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue