mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:37:51 +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
|
// good place to put the properties dialog
|
||||||
|
|
||||||
editModelID = -1;
|
editModelID = -1;
|
||||||
if (entitySelected) {
|
if (selectionManager.selections.length == 1) {
|
||||||
print(" Edit Properties.... selectedEntityID="+ selectedEntityID);
|
print(" Edit Properties.... selectedEntityID="+ selectedEntityID);
|
||||||
editModelID = selectedEntityID;
|
editModelID = selectedEntityID;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue