We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e17a7d commit 68a7f0eCopy full SHA for 68a7f0e
1 file changed
meld/linkmap.py
@@ -64,6 +64,10 @@ def do_draw(self, context):
64
context.rectangle(0, clip_y, allocation.width, clip_height)
65
context.clip()
66
67
+ stylecontext = self.get_style_context()
68
+ Gtk.render_background(
69
+ stylecontext, context, 0, clip_y, allocation.width, clip_height)
70
+
71
height = allocation.height
72
visible = [self.views[0].get_line_num_for_y(pix_start[0]),
73
self.views[0].get_line_num_for_y(pix_start[0] + height),
0 commit comments