Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Load stored at start in fieldcalc
  • Loading branch information
elpaso committed Dec 17, 2019
1 parent 09345b5 commit 3759c6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/gui/qgsexpressionbuilderwidget.cpp
Expand Up @@ -286,6 +286,7 @@ void QgsExpressionBuilderWidget::runPythonCode( const QString &code )
updateFunctionTree();
loadFieldNames();
loadRecent( mRecentKey );
loadStored( mRecentKey );
}

void QgsExpressionBuilderWidget::saveFunctionFile( QString fileName )
Expand Down Expand Up @@ -581,7 +582,7 @@ void QgsExpressionBuilderWidget::saveToRecent( const QString &collection )
}

settings.setValue( location, expressions );
this->loadRecent( collection );
loadRecent( collection );
}

void QgsExpressionBuilderWidget::loadRecent( const QString &collection )
Expand Down

0 comments on commit 3759c6a

Please sign in to comment.