Add framing tool GUI
* Added under the Resize tool like PR sharpening * Adds FramingParams and FramingParamsEdited structs * No parameter read/write implemented * No support for batch mode * No adjuster listeners implemented * Signals and callback functions are defined but do nothing
This commit is contained in:
@@ -133,6 +133,8 @@ Glib::ustring getToolTitleKey(Tool tool)
|
||||
return "TP_RESIZE_LABEL";
|
||||
case Tool::PR_SHARPENING:
|
||||
return "TP_PRSHARPENING_LABEL";
|
||||
case Tool::FRAMING:
|
||||
return "TP_FRAMING_LABEL";
|
||||
case Tool::CROP_TOOL:
|
||||
return "TP_CROP_LABEL";
|
||||
case Tool::ICM:
|
||||
|
Reference in New Issue
Block a user