This commit is contained in:
Glenn Maynard
2004-12-05 21:11:51 +00:00
parent 02c637ca88
commit 7a722d759e
+2 -3
View File
@@ -366,10 +366,9 @@ void ScreenOptionsMaster::ImportOption( const OptionRowData &row, const OptionRo
} }
} }
if( row.type != OptionRowData::SELECT_NONE && if( row.type == OptionRowData::SELECT_ONE &&
UseFallbackOption && UseFallbackOption &&
FallbackOption != -1 && FallbackOption != -1 )
row.type != OptionRowData::SELECT_MULTIPLE )
{ {
SelectExactlyOne( FallbackOption, vbSelectedOut ); SelectExactlyOne( FallbackOption, vbSelectedOut );
} }