mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 12:23:24 +02:00
Disable properties menu with multi-selection
This commit is contained in:
parent
5b9806dc0d
commit
0bda7699a6
1 changed files with 1 additions and 1 deletions
|
@ -621,7 +621,7 @@ function handeMenuEvent(menuItem) {
|
|||
// good place to put the properties dialog
|
||||
|
||||
editModelID = -1;
|
||||
if (entitySelected) {
|
||||
if (selectionManager.selections.length == 1) {
|
||||
print(" Edit Properties.... selectedEntityID="+ selectedEntityID);
|
||||
editModelID = selectedEntityID;
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue