Change AddTab to not auto-select added tab
This commit is contained in:
parent
efe22f8dfd
commit
dcc4651d7b
1 changed files with 2 additions and 1 deletions
|
|
@ -304,10 +304,11 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
|
|||
leftTab.NextTab = newTab;
|
||||
}
|
||||
|
||||
newTab.TabContent.Visible = false;
|
||||
|
||||
// Call AddTab(widget, int) in base explicitly
|
||||
base.AddTab(tabWidget, widgetPosition - firstTabPosition, widgetPosition);
|
||||
|
||||
this.ActiveTab = newTab;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue