Draw border gap correctly

This commit is contained in:
Yevgen Muntyan 2005-09-06 04:34:42 +00:00
parent 44f01fe6e1
commit c9a06b76ad

View File

@ -1107,7 +1107,7 @@ static void moo_notebook_draw_child_border (MooNotebook *nb,
gap_width = tab_width - gap_x;
}
gap_x += widget->allocation.x + nb->priv->action_widgets_size[LEFT];
gap_x += nb->priv->action_widgets_size[LEFT];
}
if (draw_gap)