Finishing Sharpen Image filters

This commit is contained in:
Bruno Herbelin
2022-05-31 23:14:53 +02:00
parent 7c850b0405
commit fd942b28c6
7 changed files with 53 additions and 1 deletions

View File

@@ -824,7 +824,7 @@ void ImGuiVisitor::visit (SharpenFilter& f)
oss << "Blur ";
// Method selection
if (ImGuiToolkit::IconButton(7, 16)) {
if (ImGuiToolkit::IconButton(2, 1)) {
f.setMethod( 0 );
oss << SharpenFilter::method_label[0];
Action::manager().store(oss.str());