app: don't translate to allocation.x,y

This commit is contained in:
Michael Natterer 2010-10-21 13:11:21 +02:00
parent f8ad6d669b
commit fd7551bc19
1 changed files with 0 additions and 1 deletions

View File

@ -518,7 +518,6 @@ gimp_navigation_view_draw_marker (GimpNavigationView *nav_view,
gtk_widget_get_allocation (widget, &allocation);
cairo_translate (cr, allocation.x, allocation.y);
cairo_rectangle (cr,
0, 0,
allocation.width, allocation.height);