mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 03:33:48 +00:00
Resolve issue #193 - Gui Editor treeview now refreshes correctly when changed through a drag/drop operation.
This commit is contained in:
parent
9a983c8dd2
commit
19c685dc23
1 changed files with 2 additions and 0 deletions
|
|
@ -3437,6 +3437,8 @@ void GuiTreeViewCtrl::onMouseUp(const GuiEvent &event)
|
|||
scrollVisible(newItem);
|
||||
|
||||
onDragDropped_callback();
|
||||
|
||||
buildVisibleTree(false);
|
||||
}
|
||||
|
||||
mDragMidPoint = NomDragMidPoint;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue