mirror of
https://mirror.ghproxy.com/https://github.com/dexyfex/CodeWalker
synced 2024-11-22 15:02:54 +08:00
Fixed RPF explorer search results back/forward bug
This commit is contained in:
parent
f84b51d1c1
commit
f24691a586
@ -1067,8 +1067,11 @@ namespace CodeWalker
|
||||
{
|
||||
MainListView.VirtualListSize = 0;
|
||||
if (CurrentFolder != null)
|
||||
{
|
||||
if (!CurrentFolder.IsSearchResults)
|
||||
{
|
||||
CurrentFolder.ListItems = null; //makes sure to rebuild the current files list
|
||||
}
|
||||
CurrentFiles = CurrentFolder.GetListItems();
|
||||
|
||||
foreach (var file in CurrentFiles) //cache all the data for use by the list view.
|
||||
|
Loading…
Reference in New Issue
Block a user