explicitly hide underline if ROW_EXIT

This commit is contained in:
Glenn Maynard
2005-07-16 01:21:42 +00:00
parent 7b0bf75ebb
commit e3d19324db
+2
View File
@@ -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;