diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2016-12-09 18:13:02 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2016-12-09 18:13:02 +0000 |
| commit | d1ad68792ac1eeaaa166463c0aa125072a30f4c8 (patch) | |
| tree | 7b9021dd8199e27deae0750750fac9eb370f39e0 /src/desktop-style.cpp | |
| parent | Don't add fortify source flag for debug builds. Avoids tons of warnings. (diff) | |
| download | inkscape-d1ad68792ac1eeaaa166463c0aa125072a30f4c8.tar.gz inkscape-d1ad68792ac1eeaaa166463c0aa125072a30f4c8.zip | |
Add button to access outer text style ('font-size', 'line-height'). These determine the minimum line spacing.
(bzr r15315)
Diffstat (limited to '')
| -rw-r--r-- | src/desktop-style.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/desktop-style.cpp b/src/desktop-style.cpp index 65e511245..dee36d681 100644 --- a/src/desktop-style.cpp +++ b/src/desktop-style.cpp @@ -209,7 +209,7 @@ sp_desktop_set_style(Inkscape::ObjectSet *set, SPDesktop *desktop, SPCSSAttr *cs if (!change) return; -// 2. Emit signal +// 2. Emit signal... See desktop->connectStyleSet in text-tool, tweak-tool, and gradient-drag. bool intercepted = desktop->_set_style_signal.emit(css); /** \todo |
