Skip to content

Commit 381e2f6

Browse files
committed
Removing treenode highlight.
1 parent 102466c commit 381e2f6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/DrawArea.vala

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2103,11 +2103,13 @@ public class DrawArea : Gtk.DrawingArea {
21032103
/* Draws all of the root node trees */
21042104
public void draw_all( Context ctx, bool exporting ) {
21052105

2106+
/*
21062107
double x, y, w, h;
21072108
document_rectangle( out x, out y, out w, out h );
21082109
Utils.set_context_color_with_alpha( ctx, _theme.get_color( "nodesel_background" ), 0.1 );
21092110
ctx.rectangle( x, y, w, h );
21102111
ctx.fill();
2112+
*/
21112113

21122114
/* Draw the links first */
21132115
for( int i=0; i<_nodes.length; i++ ) {

0 commit comments

Comments
 (0)