mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:30:42 +02:00
correctly reselect entity after property edits to make sure handles move if dimensions or position changes
This commit is contained in:
parent
1990419eeb
commit
e544c06b92
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ EntityPropertyDialogBox = (function () {
|
|||
properties.color.blue = array[index++].value;
|
||||
}
|
||||
Entities.editEntity(editModelID, properties);
|
||||
selectionDisplay.highlightSelectable(editModelID, propeties);
|
||||
selectionDisplay.select(editModelID, false);
|
||||
}
|
||||
modelSelected = false;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue