Переглянути джерело

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

thecelloman 12 роки тому
батько
коміт
19c685dc23
1 змінених файлів з 2 додано та 0 видалено
  1. 2 0
      Engine/source/gui/controls/guiTreeViewCtrl.cpp

+ 2 - 0
Engine/source/gui/controls/guiTreeViewCtrl.cpp

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