summaryrefslogtreecommitdiffstats
path: root/src/inkscape.cpp
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2019-07-09 10:57:35 +0000
committerJabiertxof <jabier.arraiza@marker.es>2019-07-09 10:57:35 +0000
commit0f9c41baab61b7b8beb9e11509f10b4017bc0337 (patch)
treef8667f636664e49203b97db927f034288a0cffc0 /src/inkscape.cpp
parentimprove icons theming to real status (diff)
downloadinkscape-0f9c41baab61b7b8beb9e11509f10b4017bc0337.tar.gz
inkscape-0f9c41baab61b7b8beb9e11509f10b4017bc0337.zip
Fix a issue on defaulñt colors for custom theme, remove the not needed folder scallable and add a WIP icons for align and distribute
Diffstat (limited to '')
-rw-r--r--src/inkscape.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/inkscape.cpp b/src/inkscape.cpp
index 3c58b1972..b254445d9 100644
--- a/src/inkscape.cpp
+++ b/src/inkscape.cpp
@@ -593,9 +593,7 @@ void Application::add_gtk_css()
}
Glib::ustring css_str = "";
if (prefs->getBool("/theme/symbolicIcons", false)) {
- if (!prefs->getBool("/theme/symbolicDefaultColors", true)) {
- css_str = get_symbolic_colors();
- }
+ css_str = get_symbolic_colors();
}
try {
colorizeprovider->load_from_data(css_str);