mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 19:29:58 +01:00
Finishing Sharpen Image filters
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user