update SDBB when MainWindow is created

This commit is contained in:
Michael Becker 2019-11-09 15:18:01 -05:00
parent d2aa8eb22d
commit 347b6c79dc
No known key found for this signature in database
GPG Key ID: 389DFF5D73781A12

View File

@ -261,6 +261,8 @@ namespace UniversalEditor.UserInterface
Application.ContextAdded += Application_ContextChanged;
Application.ContextRemoved += Application_ContextChanged;
UpdateSuperDuperButtonBar();
}
void Application_ContextChanged(object sender, ContextChangedEventArgs e)