mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-03-12 20:34: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 )
|
||||
{
|
||||
DBG_FUN();
|
||||
ARG2(color,DWORD);
|
||||
ARG2(color,unsigned long);
|
||||
if ( color == -1 )
|
||||
UnsetColor();
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user