Use right color for drawing line numbers

This commit is contained in:
Yevgen Muntyan 2008-09-12 10:33:32 -05:00
parent 25357d7d2f
commit 60be3fa8fe

View File

@ -3454,7 +3454,7 @@ draw_left_margin (MooTextView *view,
gtk_paint_layout (GTK_WIDGET (view)->style,
event->window,
GTK_WIDGET_STATE (view),
TRUE, &event->area,
FALSE, &event->area,
GTK_WIDGET(view), NULL,
x, y, layout);
}