SVN commit 729785 by dang: Make flip work on 24-bit screens. I think: r725704 | dang | 2007-10-16 15:17:16 +1000 (Tue, 16 Oct 2007) | 4 lines was wrong. M +1 -0 kpEffectReduceColors.cpp --- trunk/KDE/kdegraphics/kolourpaint/imagelib/effects/kpEffectReduceColors.cpp #729784:729785 @@ -53,6 +53,7 @@ return QImage::Format_Indexed8; // 24-bit is known as 32-bit with QImage. + case 24: // TODO: Why is this needed for flip on a 24-bit screen? case 32: // TODO: If the src image has no mask, we should really return RGB32, to // avoid introducing a mask.