[gimp/gtk3-port: 92/237] app: cairo_save()/restore() around chaining up in draw()
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gtk3-port: 92/237] app: cairo_save()/restore() around chaining up in draw()
- Date: Sat, 7 May 2011 20:07:41 +0000 (UTC)
commit df5f64e7fc3af0a8194f6137f6207e89e58735e5
Author: Michael Natterer <mitch gimp org>
Date: Fri Oct 22 17:33:47 2010 +0200
app: cairo_save()/restore() around chaining up in draw()
app/widgets/gimppaletteview.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/app/widgets/gimppaletteview.c b/app/widgets/gimppaletteview.c
index f8df69c..3296764 100644
--- a/app/widgets/gimppaletteview.c
+++ b/app/widgets/gimppaletteview.c
@@ -165,7 +165,9 @@ gimp_palette_view_draw (GtkWidget *widget,
GimpPaletteView *pal_view = GIMP_PALETTE_VIEW (widget);
GimpView *view = GIMP_VIEW (widget);
+ cairo_save (cr);
GTK_WIDGET_CLASS (parent_class)->draw (widget, cr);
+ cairo_restore (cr);
if (view->renderer->viewable && pal_view->selected)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]