mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 13:14:17 +01:00
Merge pull request #1090 from Aireil/fix_scroll
This commit is contained in:
commit
fbe2d1543a
1 changed files with 1 additions and 1 deletions
|
|
@ -1091,7 +1091,7 @@ internal class PluginInstallerWindow : Window, IDisposable
|
||||||
|
|
||||||
private void DrawPluginCategoryContent()
|
private void DrawPluginCategoryContent()
|
||||||
{
|
{
|
||||||
var ready = this.DrawPluginListLoading() && !this.AnyOperationInProgress;
|
var ready = this.DrawPluginListLoading();
|
||||||
if (!this.categoryManager.IsSelectionValid || !ready)
|
if (!this.categoryManager.IsSelectionValid || !ready)
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue