GtkProgressBar: Add style classes for edges
Add left/right/top/bottom style classes according to which edge(s) of the progressbar the progress is adjacent to. Only for a fraction of 1.0 will we set more than one edge.
This commit is contained in:
@ -170,8 +170,7 @@ swatch_draw (GtkWidget *widget,
|
||||
else
|
||||
_gtk_theming_background_render (&background, cr);
|
||||
|
||||
gtk_render_frame (context, cr,
|
||||
0, 0, width, height);
|
||||
gtk_render_frame (context, cr, 0, 0, width, height);
|
||||
|
||||
if (gtk_widget_has_visible_focus (widget))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user