[balsa/61-citation-bars] balsa-mime-widget-text: Hide quote prefix
- From: Peter Bloomfield <peterb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/61-citation-bars] balsa-mime-widget-text: Hide quote prefix
- Date: Sat, 9 Oct 2021 23:26:53 +0000 (UTC)
commit 76bc735b9e39fefa37cdaaa08418e15fc7fb7639
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Sat Oct 9 19:21:21 2021 -0400
balsa-mime-widget-text: Hide quote prefix
using GtkTextTag's "invisible" property instead of declaring the font to
have size 0.01 points. Using the "size-points" property was recently
breaking the citation bars.
src/balsa-mime-widget-text.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/balsa-mime-widget-text.c b/src/balsa-mime-widget-text.c
index fff9aa45e..82026fc56 100644
--- a/src/balsa-mime-widget-text.c
+++ b/src/balsa-mime-widget-text.c
@@ -1441,7 +1441,7 @@ fill_text_buf_cited(BalsaMimeWidgetText *mwt,
if (rex != NULL) {
invisible = gtk_text_buffer_create_tag(buffer, "hide-cite",
- "size-points", (gdouble) 0.01,
+ "invisible", TRUE,
NULL);
} else {
invisible = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]