From 3007a85a1d0acdb56781d3196ca0e6de1b33fe3e Mon Sep 17 00:00:00 2001 From: Jabier Arraiza Date: Mon, 24 Jun 2019 06:58:34 +0200 Subject: fix compiling issue --- src/ui/dialog/inkscape-preferences.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index e8ff4933c..de74161aa 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -696,7 +696,7 @@ void InkscapePreferences::resetIconsColors() _symbolic_success_color.setSensitive(false); _symbolic_warning_color.setSensitive(false); _symbolic_error_color.setSensitive(false); - _complementary_colors->get_style_context()->add_class("disabled"); + /* _complementary_colors->get_style_context()->add_class("disabled"); */ } changeIconsColors(); } else { @@ -704,7 +704,7 @@ void InkscapePreferences::resetIconsColors() _symbolic_success_color.setSensitive(true); _symbolic_warning_color.setSensitive(true); _symbolic_error_color.setSensitive(true); - _complementary_colors->get_style_context()->remove_class("disabled"); + /* _complementary_colors->get_style_context()->remove_class("disabled"); */ } } -- cgit v1.2.3