Przeglądaj źródła

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

BearishSun 6 lat temu
rodzic
commit
7558fae29c

+ 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>