fix cursor graphics loaded instead of underline

This commit is contained in:
Chris Danford
2005-03-20 23:12:29 +00:00
parent b09db5bd71
commit 427253a4f0
+1 -1
View File
@@ -340,7 +340,7 @@ void OptionRow::AfterImportOptions( float fY )
{
OptionsCursor *ul = new OptionsCursor;
m_Underline[p].push_back( ul );
ul->Load( m_sType, OptionsCursor::cursor );
ul->Load( m_sType, OptionsCursor::underline );
ul->Set( p );
ul->SetX( fX );
ul->SetWidth( truncf(fItemWidth) );