Build configs - Fixed resolution chooser flag

It was being set to true even if disabled by a list of resolutions.
This commit is contained in:
Emmanuel BENOîT 2017-12-12 18:19:16 +01:00
parent 2d375aec72
commit f574780c5e

View file

@ -45,6 +45,7 @@ bool BCLResolutions_( T_SRDParserData const& data )
return true;
}
bCfg.resolutionChooser = false;
for ( auto i = 1u ; i < nin ; i ++ ) {
auto const& l{ in[ i ].list( ) };
const auto w{ l[ 0 ].longValue( ) };