]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
porting to SALOME3.2.0 (WPdev) on linux
authorptv <ptv@opencascade.com>
Wed, 11 Oct 2006 10:04:14 +0000 (10:04 +0000)
committerptv <ptv@opencascade.com>
Wed, 11 Oct 2006 10:04:14 +0000 (10:04 +0000)
src/Qtx/Qtx.cxx

index 6e2a31648aecf3e0ef337076bc916b49181ebb29..de0b55f3cfbdc6fb2e09586a5e0bf0407adb2c96 100755 (executable)
@@ -606,7 +606,7 @@ QPixmap Qtx::grayscale( const QPixmap& pix )
 QImage Qtx::transparentImage( const int w, const int h, const int d )
 {
   QImage img;
-  if ( img.create( w, h, d < 0 ? QPixmap::defaultDepth() : d ) )
+  if ( img.create( w, h, d < 0 ? /*QPixmap::defaultDepth()*/32 : d ) )
   {
     img.setAlphaBuffer( true );
     for ( int i = 0; i < img.height(); i++ )