Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove this
  • Loading branch information
elpaso committed Dec 17, 2019
1 parent e4b4459 commit 9e2f9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgsexpressionbuilderwidget.cpp
Expand Up @@ -644,7 +644,7 @@ void QgsExpressionBuilderWidget::saveToStored( const QString &label, const QStri
settings.beginGroup( label );
settings.setValue( QStringLiteral( "expression" ), expression );
settings.setValue( QStringLiteral( "helpText" ), helpText );
this->loadStored( collection );
loadStored( collection );
// Scroll
const QModelIndexList idxs { expressionTree->model()->match( expressionTree->model()->index( 0, 0 ),
Qt::DisplayRole, label, 1,
Expand Down

0 comments on commit 9e2f9c0

Please sign in to comment.