Pārlūkot izejas kodu

Re-added accidentally deleted line that removed the preview tooltip

Areloch 2 gadi atpakaļ
vecāks
revīzija
739a111fc2
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  1. 2 0
      Engine/source/T3D/assets/ImageAsset.cpp

+ 2 - 0
Engine/source/T3D/assets/ImageAsset.cpp

@@ -475,6 +475,8 @@ GuiControl* GuiInspectorTypeImageAssetPtr::constructEditControl()
    if (retCtrl == NULL)
    if (retCtrl == NULL)
       return retCtrl;
       return retCtrl;
 
 
+   retCtrl->getRenderTooltipDelegate().bind(this, &GuiInspectorTypeImageAssetPtr::renderTooltip);
+
    // Change filespec
    // Change filespec
    char szBuffer[512];
    char szBuffer[512];