mirror of
https://git.do.srb2.org/STJr/ZoneBuilder.git
synced 2025-01-30 20:50:41 +00:00
Optimize info panels
This commit is contained in:
parent
d890452fe2
commit
e3752e8601
5 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
|
@ -358,7 +358,7 @@ namespace CodeImp.DoomBuilder.Controls
|
|||
|
||||
// Show the whole thing
|
||||
this.Show();
|
||||
this.Update();
|
||||
//this.Update();
|
||||
}
|
||||
|
||||
//mxd
|
||||
|
|
|
@ -257,7 +257,7 @@ namespace CodeImp.DoomBuilder.Controls
|
|||
|
||||
// Show the whole thing
|
||||
this.Show();
|
||||
this.Update();
|
||||
//this.Update();
|
||||
}
|
||||
|
||||
//mxd
|
||||
|
|
|
@ -58,7 +58,7 @@ namespace CodeImp.DoomBuilder.Controls
|
|||
|
||||
// Show the whole thing
|
||||
this.Show();
|
||||
this.Update();
|
||||
//this.Update();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -834,7 +834,7 @@ namespace CodeImp.DoomBuilder.Windows
|
|||
|
||||
// Refresh
|
||||
statusbar.Invalidate();
|
||||
this.Update();
|
||||
//this.Update();
|
||||
}
|
||||
|
||||
// This changes status text to Ready
|
||||
|
|
Loading…
Reference in a new issue