Version: (using KDE 4.0.0) Installed from: Ubuntu Packages OS: Linux When the fifteen puzzle is set to use a custom image, using "split image into puzzle pieces" in the config, the top right corner of the image is used for the blank tile, instead of the bottom right tile where it should be. This can be reproduced by solving the puzzle and then setting it to use a custom image. As it is at the moment, it is impossible to solve the puzzle so that the image looks right.
Created attachment 23075 [details] screenshot of bug in fifteen puzzle Here is a screenshot showing a solved puzzle with a custom image.
Created attachment 23148 [details] patch against revision 763629 The loop was changing to the next row of the image too early, so only a bit of logic needed changing.
Seems good to me, feel free to apply the patch.
I would if I had an svn account... can someone who does apply it please?
Whoops, sorry! Revision:763726 is your patch. Thanks Anthony :)
Closing as Jesper applied Anthony's patch http://lists.kde.org/?l=kde-commits&m=120082460610962&w=2 and it's working properly now.