diff --git a/CSharp/Libraries/UniversalEditor.UserInterface/Command.cs b/CSharp/Libraries/UniversalEditor.UserInterface/Command.cs index 9a9a8eb4..1c4aaafb 100644 --- a/CSharp/Libraries/UniversalEditor.UserInterface/Command.cs +++ b/CSharp/Libraries/UniversalEditor.UserInterface/Command.cs @@ -45,7 +45,7 @@ namespace UniversalEditor.UserInterface public string DefaultCommandID { get { return mvarDefaultCommandID; } set { mvarDefaultCommandID = value; } } private CommandShortcutKey mvarShortcutKey = new CommandShortcutKey(); - public CommandShortcutKey ShortcutKey { get { return mvarShortcutKey; } } + public CommandShortcutKey ShortcutKey { get { return mvarShortcutKey; } set { mvarShortcutKey = value; } } private StockCommandType mvarStockCommandType = StockCommandType.None; ///