Skip to content

Commit

Permalink
Do not show edit mark
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy Wootten authored and Jeremy Wootten committed Jan 15, 2025
1 parent 3bea2d9 commit 5ef9643
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Widgets/NavMarkGutterRenderer.vala
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ public class Scratch.Widgets.NavMarkGutterRenderer : Gtk.SourceGutterRendererPix
Gtk.TextIter? iter = null;
buffer.get_iter_at_line_offset (out iter, line, 0);
var mark = buffer.create_mark ("NavMark%i".printf (get_next_navmark_number ()), iter, true);
mark.set_visible (true);
add_mark (mark);
queue_draw ();
}
Expand Down

0 comments on commit 5ef9643

Please sign in to comment.