Disable properties menu with multi-selection

This commit is contained in:
Ryan Huffman 2014-10-22 10:38:24 -07:00
parent 5b9806dc0d
commit 0bda7699a6

View file

@ -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 {