Browse Source

Expose RefreshSongUI to public API

This is done to accomodate EnhancedSearchAndFilters, which is going to change
the behaviour of the FilterByDisplay button.
Chris 5 years ago
parent
commit
79b64aec61
1 changed files with 1 additions and 1 deletions
  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();