[gimp/gtk3-port: 76/226] 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: 76/226] app: cairo_save()/restore() around chaining up in draw()
- Date: Thu, 2 Jan 2014 19:24:51 +0000 (UTC)
commit e8e5c59e4c10a06b2ff3d5977ce36a9b49bd02ae
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 a34daf1..daf6e29 100644
--- a/app/widgets/gimppaletteview.c
+++ b/app/widgets/gimppaletteview.c
@@ -166,7 +166,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]