diff options
| author | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-06-19 14:02:40 +0000 |
|---|---|---|
| committer | Jabier Arraiza <jabier.arraiza@marker.es> | 2019-07-08 21:04:13 +0000 |
| commit | 311b2f499670dfc26782357a4852a14da224eafc (patch) | |
| tree | c68d4e860ec97c8c221b0477bdff46a155c66278 /src/inkscape.h | |
| parent | allow multiple style tags (diff) | |
| download | inkscape-311b2f499670dfc26782357a4852a14da224eafc.tar.gz inkscape-311b2f499670dfc26782357a4852a14da224eafc.zip | |
improve speed not reloading root if only one style tag
Diffstat (limited to 'src/inkscape.h')
| -rw-r--r-- | src/inkscape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inkscape.h b/src/inkscape.h index cd0568f35..2f0b7ec8f 100644 --- a/src/inkscape.h +++ b/src/inkscape.h @@ -139,7 +139,7 @@ public: void selection_changed (Inkscape::Selection * selection); void subselection_changed (SPDesktop *desktop); void selection_set (Inkscape::Selection * selection); - void readStyleSheets(); + void readStyleSheets(bool forceupd = false); Glib::ustring get_symbolic_colors(); void get_higlight_colors(gchar *colornamedsuccess, gchar *colornamedwarning, gchar *colornamederror); void eventcontext_set (Inkscape::UI::Tools::ToolBase * eventcontext); |
