mirror of https://github.com/GNOME/gimp.git
app: don't translate to allocation.x,y
This commit is contained in:
parent
f8ad6d669b
commit
fd7551bc19
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue