winfried --- TiledImage.cxx.orig 2009-11-02 11:29:09.000000000 +0100 +++ TiledImage.cxx 2009-11-02 12:19:43.000000000 +0100 @@ -69,7 +69,7 @@ Rectangle ir(iw,ih);
while (-cy < cr.h()) {
- ir.y(cr.x()-cy);
+ ir.y(cr.y()-cy);
while (-cx < cr.w()) {
ir.x(cr.x()-cx);
image_->draw(ir);
_______________________________________________
fltk-bugs mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-bugs
