From 381e2f69d93879e7a6c3d11b7ff97a18fd1181af Mon Sep 17 00:00:00 2001 From: Trevor Williams Date: Sun, 20 Aug 2023 23:40:24 -0500 Subject: [PATCH] Removing treenode highlight. --- src/DrawArea.vala | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/DrawArea.vala b/src/DrawArea.vala index 3643be23..2450a9b6 100644 --- a/src/DrawArea.vala +++ b/src/DrawArea.vala @@ -2103,11 +2103,13 @@ public class DrawArea : Gtk.DrawingArea { /* Draws all of the root node trees */ public void draw_all( Context ctx, bool exporting ) { + /* double x, y, w, h; document_rectangle( out x, out y, out w, out h ); Utils.set_context_color_with_alpha( ctx, _theme.get_color( "nodesel_background" ), 0.1 ); ctx.rectangle( x, y, w, h ); ctx.fill(); + */ /* Draw the links first */ for( int i=0; i<_nodes.length; i++ ) {