فهرست منبع

Re-added accidentally deleted line that removed the preview tooltip

Areloch 2 سال پیش
والد
کامیت
739a111fc2
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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)
       return retCtrl;
 
+   retCtrl->getRenderTooltipDelegate().bind(this, &GuiInspectorTypeImageAssetPtr::renderTooltip);
+
    // Change filespec
    char szBuffer[512];