mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0024274: Eliminate GCC compiler warning (wrong initialize order)
Eliminated GCC compiler warning about wrong initialize order
This commit is contained in:
@@ -38,19 +38,19 @@ Aspect_ColorScale::Aspect_ColorScale()
|
||||
: MMgt_TShared(),
|
||||
myMin( 0.0 ),
|
||||
myMax( 1.0 ),
|
||||
myTitle( "" ),
|
||||
myFormat( "%.4g" ),
|
||||
myInterval( 10 ),
|
||||
myColorType( Aspect_TOCSD_AUTO ),
|
||||
myLabelType( Aspect_TOCSD_AUTO ),
|
||||
myAtBorder( Standard_True ),
|
||||
myReversed( Standard_False ),
|
||||
myLabelPos( Aspect_TOCSP_RIGHT ),
|
||||
myTitlePos( Aspect_TOCSP_CENTER ),
|
||||
myXPos( 0 ),
|
||||
myYPos( 0 ),
|
||||
myWidth( 0.2 ),
|
||||
myTitle( "" ),
|
||||
myHeight( 1 ),
|
||||
myFormat( "%.4g" ),
|
||||
myInterval( 10 ),
|
||||
myAtBorder( Standard_True ),
|
||||
myColorType( Aspect_TOCSD_AUTO ),
|
||||
myReversed( Standard_False ),
|
||||
myLabelType( Aspect_TOCSD_AUTO ),
|
||||
myLabelPos( Aspect_TOCSP_RIGHT ),
|
||||
myTitlePos( Aspect_TOCSP_CENTER ),
|
||||
myTextHeight(20)
|
||||
{
|
||||
}
|
||||
|
Reference in New Issue
Block a user