diff options
| author | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-09 10:57:35 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-07-09 10:57:35 +0000 |
| commit | 0f9c41baab61b7b8beb9e11509f10b4017bc0337 (patch) | |
| tree | f8667f636664e49203b97db927f034288a0cffc0 /src/inkscape.cpp | |
| parent | improve icons theming to real status (diff) | |
| download | inkscape-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.cpp | 4 |
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); |
