Merge pull request #285 from thecelloman/issue193

Resolve issue #193 - Gui Editor treeview now refreshes correctly...
This commit is contained in:
SilentMike 2013-03-28 11:31:56 -07:00
commit a750ec9664

View file

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