[gimp/gtk3-port: 72/227] app: don't translate to allocation.x,y
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 72/227] app: don't translate to allocation.x,y
- Date: Tue, 16 Apr 2013 21:12:06 +0000 (UTC)
commit 11c8054b7d378433ee14db0755eedf19898acb06
Author: Michael Natterer <mitch gimp org>
Date: Thu Oct 21 13:11:21 2010 +0200
app: don't translate to allocation.x,y
app/widgets/gimpnavigationview.c | 1 -
1 file changed, 1 deletion(-)
---
diff --git a/app/widgets/gimpnavigationview.c b/app/widgets/gimpnavigationview.c
index 83767c3..b610bdb 100644
--- a/app/widgets/gimpnavigationview.c
+++ b/app/widgets/gimpnavigationview.c
@@ -499,7 +499,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);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]