Skip to content

Commit

Permalink
Removing treenode highlight.
Browse files Browse the repository at this point in the history
  • Loading branch information
phase1geo committed Aug 21, 2023
1 parent 102466c commit 381e2f6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/DrawArea.vala
Original file line number Diff line number Diff line change
Expand Up @@ -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++ ) {
Expand Down

0 comments on commit 381e2f6

Please sign in to comment.