Skip to content

Commit

Permalink
Expand all children on open
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 29, 2021
1 parent b932108 commit 43439b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsoptionsdialogbase.cpp
Expand Up @@ -99,6 +99,7 @@ void QgsOptionsDialogBase::initOptionsBase( bool restoreUi, const QString &title
mTreeProxyModel = new QgsOptionsProxyModel( this );
mTreeProxyModel->setSourceModel( mOptTreeModel );
mOptTreeView->setModel( mTreeProxyModel );
mOptTreeView->expandAll();
}

QFrame *optionsFrame = findChild<QFrame *>( QStringLiteral( "mOptionsFrame" ) );
Expand Down

0 comments on commit 43439b7

Please sign in to comment.