mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-13 00:44:33 +05:00
fixed a debug message problem
This commit is contained in:
parent
682dcead3c
commit
7fc6473be0
@ -2175,7 +2175,7 @@ void GEOM_Displayer::AfterErase( SALOME_View* v, const SALOME_OCCPrs* p )
|
|||||||
void GEOM_Displayer::SetColor( const int color )
|
void GEOM_Displayer::SetColor( const int color )
|
||||||
{
|
{
|
||||||
DBG_FUN();
|
DBG_FUN();
|
||||||
ARG2(color,DWORD);
|
ARG2(color,unsigned long);
|
||||||
if ( color == -1 )
|
if ( color == -1 )
|
||||||
UnsetColor();
|
UnsetColor();
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user