mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2024-11-11 16:19:17 +05:00
Take into account merge of branch 'asl/hydro_porting_741' in GUI module.
This commit is contained in:
parent
852ccfccc5
commit
f4bb8ea64a
@ -164,7 +164,7 @@ namespace
|
||||
if ( aPixmap.IsNull() ) {
|
||||
QPixmap px(":images/default_texture.png");
|
||||
if ( !px.isNull() )
|
||||
aPixmap = imageToPixmap( px.toImage() );
|
||||
aPixmap = OCCViewer_Utilities::imageToPixmap( px.toImage() );
|
||||
}
|
||||
return aPixmap;
|
||||
}
|
||||
@ -198,7 +198,7 @@ namespace
|
||||
if ( anImage.isNull() )
|
||||
return NULL;
|
||||
|
||||
aPixmap = imageToPixmap( anImage );
|
||||
aPixmap = OCCViewer_Utilities::imageToPixmap( anImage );
|
||||
|
||||
aPixmapCacheMap.insert( thePath, aPixmap );
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user