mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-06 05:50:31 +00:00
Merge pull request #285 from thecelloman/issue193
Resolve issue #193 - Gui Editor treeview now refreshes correctly...
This commit is contained in:
commit
a750ec9664
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