mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-31 04:40:55 +00:00
@ Fixed tabs in side panel being shown as selected while the side panels are closed (hidden)
This commit is contained in:
parent
93bcd61f7b
commit
7a63edfc91
1 changed files with 1 additions and 0 deletions
|
@ -210,6 +210,7 @@ namespace CodeImp.DoomBuilder.Controls
|
|||
d.Control.Dock = DockStyle.Fill;
|
||||
tabs.TabPages.Add(page);
|
||||
page.ResumeLayout(true);
|
||||
if(iscollapsed) tabs.SelectedIndex = -1;
|
||||
|
||||
// Go for all controls to add events
|
||||
Queue<Control> todo = new Queue<Control>();
|
||||
|
|
Loading…
Reference in a new issue