doesn't do anything, oh well

This commit is contained in:
Michael Becker 2019-09-19 00:54:35 -04:00
parent 237299f9ee
commit 702db97e78

View File

@ -111,6 +111,7 @@ namespace UniversalEditor.UserInterface
ToolbarItemButton tsb = new ToolbarItemButton(cmd.ID, (StockType)cmd.StockType);
tsb.SetExtraData<CommandReferenceCommandItem>("crci", crci);
tsb.Click += tsbCommand_Click;
tsb.Title = cmd.Title;
tb.Items.Add(tsb);
}
}