mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 20:52:11 +02:00
Fix gizmo size issue post auto-resize of a new model.
This commit is contained in:
parent
3910448367
commit
3e585267e4
1 changed files with 4 additions and 0 deletions
|
@ -621,6 +621,10 @@ var toolBar = (function () {
|
|||
dimensions: naturalDimensions
|
||||
})
|
||||
dimensionsCheckCallback();
|
||||
// We want to update the selection manager again since the script has moved on without us.
|
||||
selectionManager.clearSelections(this);
|
||||
entityListTool.sendUpdate();
|
||||
selectionManager.setSelections([entityID], this);
|
||||
return;
|
||||
}
|
||||
Script.setTimeout(entityIsLoadedCheck, LOADED_CHECK_INTERVAL);
|
||||
|
|
Loading…
Reference in a new issue