diff options
| author | bulia byak <buliabyak@gmail.com> | 2009-08-17 18:32:35 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2009-08-17 18:32:35 +0000 |
| commit | 6938e3ea9b244c90189ea1df9902f407d2f832a3 (patch) | |
| tree | 30e3161128b7505a670e97e7a73b8df0cb608a54 /src | |
| parent | fix ctrl+arrow keys not working after startup (diff) | |
| download | inkscape-6938e3ea9b244c90189ea1df9902f407d2f832a3.tar.gz inkscape-6938e3ea9b244c90189ea1df9902f407d2f832a3.zip | |
fix remaining issues of bug 407893
(bzr r8499)
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/dialog/inkscape-preferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/inkscape-preferences.cpp b/src/ui/dialog/inkscape-preferences.cpp index 7275165a7..ba07597e7 100644 --- a/src/ui/dialog/inkscape-preferences.cpp +++ b/src/ui/dialog/inkscape-preferences.cpp @@ -321,7 +321,7 @@ void StyleFromSelectionToTool(Glib::ustring const &prefs_path, StyleSwatch *swat if (!css) return; // only store text style for the text tool - if (prefs_path == "/tools/text") { + if (prefs_path != "/tools/text") { css = sp_css_attr_unset_text (css); } |
