summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gmdocument.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gmdocument.c b/src/gmdocument.c
index 6f038524..1717f92f 100644
--- a/src/gmdocument.c
+++ b/src/gmdocument.c
@@ -402,6 +402,9 @@ static void doLayout_GmDocument_(iGmDocument *d) {
402 if (isEmpty_Range(&line)) { 402 if (isEmpty_Range(&line)) {
403 pos.y += lineHeight_Text(run.font); 403 pos.y += lineHeight_Text(run.font);
404 prevType = type; 404 prevType = type;
405 if (type != quote_GmLineType) {
406 addQuoteIcon = prefs->quoteIcon;
407 }
405 /* TODO: Extra skip needed here? */ 408 /* TODO: Extra skip needed here? */
406 continue; 409 continue;
407 } 410 }