Sfoglia il codice sorgente

Expose RefreshSongUI to public API

This is done to accomodate EnhancedSearchAndFilters, which is going to change
the behaviour of the FilterByDisplay button.
Chris 5 anni fa
parent
commit
79b64aec61
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      SongBrowserPlugin/UI/Browser/SongBrowserUI.cs

+ 1 - 1
SongBrowserPlugin/UI/Browser/SongBrowserUI.cs

@@ -525,7 +525,7 @@ namespace SongBrowser.UI
         /// <summary>
         /// Helper to reduce code duplication...
         /// </summary>
-        private void RefreshSongUI(bool scrollToLevel=true)
+        public void RefreshSongUI(bool scrollToLevel=true)
         {
             RefreshSongList(scrollToLevel);
             RefreshSortButtonUI();