Bug 731279 - Tool Preset Editor not working correctly
Have "Save" and "Restore" buttons in both the tool preset list/grid and the tool preset editor. The save button stores the active tool's options in the preset, if possible.
This commit is contained in:
@ -19,6 +19,8 @@
|
||||
#define __TOOL_PRESETS_COMMANDS_H__
|
||||
|
||||
|
||||
void tool_presets_save_cmd_callback (GtkAction *action,
|
||||
gpointer data);
|
||||
void tool_presets_restore_cmd_callback (GtkAction *action,
|
||||
gpointer data);
|
||||
|
||||
|
Reference in New Issue
Block a user