[gnome-builder/gnome-builder-3-24] buildlog: hide insertion cursor



commit 3a403b8606ce580aa5917afe4e9a0d7d26f7cbde
Author: Christian Hergert <chergert redhat com>
Date:   Mon May 8 14:12:35 2017 -0700

    buildlog: hide insertion cursor
    
    We are not editable and we primarily intend to look similar to console
    output. Therefore, we can just hide the insertion cursor.
    
    We may reevaluate this based on how people use the log in practice,
    especiailly during a11y, but I think this is probably fine for now.

 libide/buildui/ide-build-log-panel.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/libide/buildui/ide-build-log-panel.c b/libide/buildui/ide-build-log-panel.c
index 82fd542..7ad4b71 100644
--- a/libide/buildui/ide-build-log-panel.c
+++ b/libide/buildui/ide-build-log-panel.c
@@ -515,6 +515,7 @@ ide_build_log_panel_reset_view (IdeBuildLogPanel *self)
   self->text_view = g_object_new (GTK_TYPE_TEXT_VIEW,
                                   "bottom-margin", 3,
                                   "buffer", self->buffer,
+                                  "cursor-visible", FALSE,
                                   "editable", FALSE,
                                   "left-margin", 3,
                                   "monospace", TRUE,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]