Kaydet (Commit) e8ba3d51 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

mnMultiSelect takes AX_SELECTION_* values

Change-Id: I1918f91ec070761a8fe9d04058820af1c7880678
üst 9a560bb7
......@@ -2592,7 +2592,7 @@ HtmlSelectModel::importBinaryModel( BinaryInputStream& rInStrm )
if ( !nToken ) // first line will tell us if multiselect is enabled
{
if ( sLine == sMultiple )
mnMultiSelect = true;
mnMultiSelect = AX_SELECTION_MULTI;
}
// skip first and last lines, no data there
else if ( nToken < nTokenCount - 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment