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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtk_plotters.c b/gtk/gtk_plotters.c
index e8ca0cd53..9598e2022 100644
--- a/gtk/gtk_plotters.c
+++ b/gtk/gtk_plotters.c
@@ -386,7 +386,7 @@ static bool nsgtk_plot_pixbuf(int x, int y, int width, int height,
double sx = (double)width / gdk_pixbuf_get_width(pixbuf);
double sy = (double)height / gdk_pixbuf_get_height(pixbuf);
- /* Create bitmap for scaled image */
+ /* Create bitmap for scaled image portion */
GdkPixbuf *scaled = gdk_pixbuf_new(GDK_COLORSPACE_RGB, true, 8,
dwidth, dheight);
/* Only scale up the portion of the bitmap that we are