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:
parent
2d375aec72
commit
f574780c5e
1 changed files with 1 additions and 0 deletions
|
@ -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( ) };
|
||||
|
|
Loading…
Reference in a new issue