Pārlūkot izejas kodu

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

thecelloman 12 gadi atpakaļ
vecāks
revīzija
19c685dc23
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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;