mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
8336118927
commit
490b3cda54
@ -278,7 +278,7 @@ void QgsCustomizationDialog::cancel()
|
||||
{
|
||||
for ( int i = 0; i < mSelectedWidgets.size(); i++ )
|
||||
{
|
||||
if ( QWidget* widget = mSelectedWidgets.at( i ) )
|
||||
if ( QWidget *widget = mSelectedWidgets.at( i ) )
|
||||
widget->setStyleSheet( mSelectedWidgets.at( i )->property( "originalStylesheet" ).toString() );
|
||||
}
|
||||
mSelectedWidgets.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user