mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
fix: clear list of viewing plugins in installer when resorting
This commit is contained in:
parent
509e33bf27
commit
b75b30c03d
1 changed files with 5 additions and 0 deletions
|
|
@ -569,7 +569,12 @@ internal class PluginInstallerWindow : Window, IDisposable
|
||||||
this.filterText = selectable.Localization;
|
this.filterText = selectable.Localization;
|
||||||
|
|
||||||
lock (this.listLock)
|
lock (this.listLock)
|
||||||
|
{
|
||||||
this.ResortPlugins();
|
this.ResortPlugins();
|
||||||
|
|
||||||
|
// Positions of plugins within the list is likely to change
|
||||||
|
this.openPluginCollapsibles.Clear();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue