[evolution/wip/webkit2] Bug 743288 - Extra space left when breaking a long paragraph
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/wip/webkit2] Bug 743288 - Extra space left when breaking a long paragraph
- Date: Wed, 22 Apr 2015 12:50:02 +0000 (UTC)
commit f0f898352682c49ed36748106db43c563a57464e
Author: Tomas Popela <tpopela redhat com>
Date: Mon Mar 23 14:26:35 2015 +0100
Bug 743288 - Extra space left when breaking a long paragraph
e-util/e-html-editor-view.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 25fce5d..503f1cf 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -2174,7 +2174,8 @@ e_html_editor_view_update_fonts (EHTMLEditorView *view)
" font-family: '%s';\n"
" font-size: %dpt;\n"
" font-weight: %d;\n"
- " font-style: %s;\n",
+ " font-style: %s;\n"
+ " -webkit-line-break: after-white-space;\n",
pango_font_description_get_family (vw),
pango_font_description_get_size (vw) / PANGO_SCALE,
pango_font_description_get_weight (vw),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]