Optimize info panels

This commit is contained in:
spherallic 2023-04-25 15:51:06 +02:00
parent d890452fe2
commit e3752e8601
5 changed files with 5 additions and 5 deletions

View file

@ -574,7 +574,7 @@ namespace CodeImp.DoomBuilder.Controls
// Show the whole thing
this.Show();
this.Update();
//this.Update();
}
private static void UpdateTexturePanel(Panel panel, string texturename, Label texturenamelabel, Label sizelabel, int maxlabelright, Panel image, int sizeref, bool extendedinfoshown, bool required)

View file

@ -358,7 +358,7 @@ namespace CodeImp.DoomBuilder.Controls
// Show the whole thing
this.Show();
this.Update();
//this.Update();
}
//mxd

View file

@ -257,7 +257,7 @@ namespace CodeImp.DoomBuilder.Controls
// Show the whole thing
this.Show();
this.Update();
//this.Update();
}
//mxd

View file

@ -58,7 +58,7 @@ namespace CodeImp.DoomBuilder.Controls
// Show the whole thing
this.Show();
this.Update();
//this.Update();
}
}
}

View file

@ -834,7 +834,7 @@ namespace CodeImp.DoomBuilder.Windows
// Refresh
statusbar.Invalidate();
this.Update();
//this.Update();
}
// This changes status text to Ready