diff options
Diffstat (limited to 'src/live_effects/parameter/togglebutton.cpp')
| -rw-r--r-- | src/live_effects/parameter/togglebutton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/parameter/togglebutton.cpp b/src/live_effects/parameter/togglebutton.cpp index ff1066eac..bc275e876 100644 --- a/src/live_effects/parameter/togglebutton.cpp +++ b/src/live_effects/parameter/togglebutton.cpp @@ -12,13 +12,13 @@ #include <utility> #include "helper-fns.h" -#include "ui/icon-loader.h" #include "inkscape.h" #include "live_effects/effect.h" #include "live_effects/parameter/togglebutton.h" #include "selection.h" #include "svg/stringstream.h" #include "svg/svg.h" +#include "ui/icon-loader.h" #include "verbs.h" namespace Inkscape { @@ -161,7 +161,7 @@ ToggleButtonParam::refresh_button() } if ( _icon_active ) { GdkPixbuf * icon_pixbuf = nullptr; - Gtk::Widget *im = dynamic_cast<Gtk::Image*>(children[0]); + Gtk::Widget *im = dynamic_cast<Gtk::Image *>(children[0]); if (!im) return; if (!value) { im = Glib::wrap(sp_get_icon_image(_icon_inactive, _icon_size)); |
