[gthumb] make the viewer double buffered to avoid flickering
- From: Paolo Bacchilega <paobac src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gthumb] make the viewer double buffered to avoid flickering
- Date: Sun, 29 Aug 2010 18:11:18 +0000 (UTC)
commit 2f7c797f94303ecf5b1f52b8ac277149fb7d22e3
Author: Paolo Bacchilega <paobac src gnome org>
Date: Sun Aug 29 20:10:44 2010 +0200
make the viewer double buffered to avoid flickering
gthumb/gth-image-viewer.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/gth-image-viewer.c b/gthumb/gth-image-viewer.c
index 8086db6..42fbe0a 100644
--- a/gthumb/gth-image-viewer.c
+++ b/gthumb/gth-image-viewer.c
@@ -1635,7 +1635,7 @@ static void
gth_image_viewer_instance_init (GthImageViewer *viewer)
{
gtk_widget_set_can_focus (GTK_WIDGET (viewer), TRUE);
- gtk_widget_set_double_buffered (GTK_WIDGET (viewer), FALSE);
+ gtk_widget_set_double_buffered (GTK_WIDGET (viewer), TRUE);
/* Initialize data. */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]