update the checked status of ViewStatusBar command (not implemented in UWT... yet)
This commit is contained in:
parent
bd5d5912ab
commit
6b5461c3b2
@ -485,6 +485,7 @@ namespace UniversalEditor.UserInterface
|
||||
Application.AttachCommandEventHandler("ViewStatusBar", delegate (object sender, EventArgs e)
|
||||
{
|
||||
HostApplication.CurrentWindow.StatusBar.Visible = !HostApplication.CurrentWindow.StatusBar.Visible;
|
||||
Application.Commands["ViewStatusBar"].Checked = HostApplication.CurrentWindow.StatusBar.Visible;
|
||||
});
|
||||
|
||||
#endregion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user