explicitly hide underline if ROW_EXIT
This commit is contained in:
@@ -301,6 +301,8 @@ void OptionRow::InitText()
|
|||||||
GetWidthXY( p, 0, iWidth, iX, iY );
|
GetWidthXY( p, 0, iWidth, iX, iY );
|
||||||
ul->SetX( float(iX) );
|
ul->SetX( float(iX) );
|
||||||
ul->SetWidth( float(iWidth) );
|
ul->SetWidth( float(iWidth) );
|
||||||
|
if( GetRowType() == OptionRow::ROW_EXIT )
|
||||||
|
ul->SetHidden( true );
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user