HACK: Force us to notice when a new tab is added

This commit is contained in:
Michael Becker 2019-10-05 15:39:00 -04:00
parent 13bf7346bd
commit 7c43d491de

View File

@ -496,6 +496,9 @@ namespace UniversalEditor.UserInterface
dckContainer.Items.Add(item);
documentWindowCount++;
// HACK: until we can properly figure out when a docking container has its current window changed
dckContainer_SelectionChanged(this, EventArgs.Empty);
}
private void MainWindow_MenuBar_Item_Click(object sender, EventArgs e)