mirror of
https://github.com/terrymacdonald/DisplayMagician.git
synced 2024-08-30 18:32:20 +00:00
The shortcut editing window was broken and was not copying the information across properly to the new shortcuts when the shortcut was edited. I have now moved to actually replacing the shortcut when the form updates it. So basically the ShortcutForm loads the shortcut info from the ShortcutItem, then when you save the form, it returns a new ShortcutItem. The shortcut library then removes the old shortcut (which removes the icons, and updates the file), then it saves the new shortcut we just created (which saves the icons and updates the save file). This was the easiest way to make the shortcut modification process work. |
||
---|---|---|
.. | ||
ApplyingProfileForm.cs | ||
ApplyingProfileForm.Designer.cs | ||
ApplyingProfileForm.resx | ||
DisplayProfileForm.cs | ||
DisplayProfileForm.Designer.cs | ||
DisplayProfileForm.resx | ||
MainForm.cs | ||
MainForm.Designer.cs | ||
MainForm.resx | ||
ProfileAdaptor.cs | ||
ShortcutAdaptor.cs | ||
ShortcutForm.cs | ||
ShortcutForm.Designer.cs | ||
ShortcutForm.resx | ||
ShortcutLibraryForm.cs | ||
ShortcutLibraryForm.Designer.cs | ||
ShortcutLibraryForm.resx |