[gnome-builder] source-view: fix search bubbles



commit 6a8d721fffff967b1949d4c81da772483d2eec9e
Author: Christian Hergert <christian hergert me>
Date:   Fri Mar 4 14:51:04 2016 -0800

    source-view: fix search bubbles
    
    ABOVE_TEXT has different coordinates than ABOVE, so let's keep using
    above for bubbles.

 libide/ide-source-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libide/ide-source-view.c b/libide/ide-source-view.c
index b37379a..a9d506d 100644
--- a/libide/ide-source-view.c
+++ b/libide/ide-source-view.c
@@ -4431,7 +4431,7 @@ ide_source_view_real_draw_layer (GtkTextView      *text_view,
         ide_source_view_draw_snippets_background (self, cr);
     }
 
-  if (layer == GTK_TEXT_VIEW_LAYER_ABOVE_TEXT)
+  if (layer == GTK_TEXT_VIEW_LAYER_ABOVE)
     {
       if (priv->show_search_bubbles)
         {


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