Преглед изворни кода

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>