diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-01-01 18:09:46 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2019-01-01 18:09:46 +0000 |
| commit | 5a701624dae54b64008a126de7ecec7f66bce675 (patch) | |
| tree | 718909fdb45429b8aed458f758b94091d3007275 /src/text-editing.cpp | |
| parent | German translation (diff) | |
| download | inkscape-5a701624dae54b64008a126de7ecec7f66bce675.tar.gz inkscape-5a701624dae54b64008a126de7ecec7f66bce675.zip | |
Minor style fixes
Diffstat (limited to 'src/text-editing.cpp')
| -rw-r--r-- | src/text-editing.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text-editing.cpp b/src/text-editing.cpp index 0d0fcb682..145e5a4b4 100644 --- a/src/text-editing.cpp +++ b/src/text-editing.cpp @@ -1241,7 +1241,7 @@ sp_te_adjust_line_height (SPObject *object, double amount, double average, bool // Always set if top level true. // Also set if line_height is set to a non-zero value. if (top_level || - (style->line_height.set && !style->line_height.inherit && !style->line_height.computed == 0)){ + (style->line_height.set && !style->line_height.inherit && (!(style->line_height.computed) == 0))){ // Scale default values if (!style->line_height.set || style->line_height.inherit || style->line_height.normal) { |
