diff options
Diffstat (limited to 'src/gvcore/qxcfi.cpp')
-rw-r--r-- | src/gvcore/qxcfi.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/qxcfi.cpp b/src/gvcore/qxcfi.cpp index a6f2194..afd414f 100644 --- a/src/gvcore/qxcfi.cpp +++ b/src/gvcore/qxcfi.cpp @@ -530,7 +530,7 @@ void XCFImageFormat::initializeImage ( XCFImage& xcf_image ) image.fill( tqRgb( 255, 255, 255 ) ); break; } // else, fall through to 32-bit representation - + // fall through case RGBA_GIMAGE: image.create( xcf_image.width, xcf_image.height, 32 ); image.fill( tqRgba( 255, 255, 255, 0 ) ); @@ -546,7 +546,7 @@ void XCFImageFormat::initializeImage ( XCFImage& xcf_image ) image.fill( 255 ); break; } // else, fall through to 32-bit representation - + // fall through case GRAYA_GIMAGE: image.create( xcf_image.width, xcf_image.height, 32 ); image.fill( tqRgba( 255, 255, 255, 0 ) ); |