summaryrefslogtreecommitdiff
path: root/gtk/gtk_plotters.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtk_plotters.c')
-rw-r--r--gtk/gtk_plotters.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtk_plotters.c b/gtk/gtk_plotters.c
index 8da2d3c51..1169f677a 100644
--- a/gtk/gtk_plotters.c
+++ b/gtk/gtk_plotters.c
@@ -235,7 +235,7 @@ bool nsgtk_plot_bitmap(int x, int y, int width, int height,
0, 0,
x, y,
width, height,
- GDK_RGB_DITHER_NORMAL, 0, 0);
+ GDK_RGB_DITHER_MAX, 0, 0);
} else {
GdkPixbuf *scaled;
@@ -250,7 +250,7 @@ bool nsgtk_plot_bitmap(int x, int y, int width, int height,
0, 0,
x, y,
width, height,
- GDK_RGB_DITHER_NORMAL, 0, 0);
+ GDK_RGB_DITHER_MAX, 0, 0);
g_object_unref(scaled);
}