summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Stitch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Stitch.cxx b/src/Stitch.cxx
index 6bd29d2..535995f 100644
--- a/src/Stitch.cxx
+++ b/src/Stitch.cxx
@@ -88,7 +88,7 @@ Stitch::resample(DataImage *img,
}
}
- if (y % (img->h() / 200) == 0) {
+ if (y % (img->h() / 100 + 1) == 0) {
img->redraw();
Fl::check();
}