mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-15 00:04:00 -04:00
correctly check/uncheck 'Control feature rendering order' (fixes #14274)
This commit is contained in:
parent
1ffccf05c9
commit
40c65059b4
@ -282,7 +282,7 @@ void QgsRendererV2PropertiesDialog::changeOrderBy( const QgsFeatureRequest::Orde
|
||||
{
|
||||
mOrderBy = orderBy;
|
||||
lineEditOrderBy->setText( mOrderBy.dump() );
|
||||
checkboxEnableOrderBy->setChecked( orderBy.isEmpty() );
|
||||
checkboxEnableOrderBy->setChecked( !orderBy.isEmpty() );
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user