Resolve issue #193 - Gui Editor treeview now refreshes correctly when changed through a drag/drop operation.

This commit is contained in:
thecelloman 2013-03-27 23:21:25 -04:00
parent 9a983c8dd2
commit 19c685dc23

View file

@ -3437,6 +3437,8 @@ void GuiTreeViewCtrl::onMouseUp(const GuiEvent &event)
scrollVisible(newItem);
onDragDropped_callback();
buildVisibleTree(false);
}
mDragMidPoint = NomDragMidPoint;