فهرست منبع

Bugfix: Pinging a resource in the project library will now scroll to it

BearishSun 6 سال پیش
والد
کامیت
7558fae29c
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      Source/EditorManaged/Windows/Library/LibraryWindow.cs

+ 2 - 0
Source/EditorManaged/Windows/Library/LibraryWindow.cs

@@ -410,6 +410,8 @@ namespace bs.Editor
             content.MarkAsPinged(pingPath, false);
             pingPath = path;
             content.MarkAsPinged(pingPath, true);
+
+            ScrollToEntry(pingPath);
         }
 
         /// <summary>