Explorar o código

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

BearishSun %!s(int64=6) %!d(string=hai) anos
pai
achega
7558fae29c
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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>