Skip to content

Commit

Permalink
[Expression] Don't show folding
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Oct 2, 2014
1 parent 369b60a commit 5b7f8cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/gui/qgsexpressionbuilderwidget.cpp
Expand Up @@ -109,6 +109,8 @@ QgsExpressionBuilderWidget::QgsExpressionBuilderWidget( QWidget *parent )
QSettings settings;
splitter->restoreState( settings.value( "/windows/QgsExpressionBuilderWidget/splitter" ).toByteArray() );
splitter_2->restoreState( settings.value( "/windows/QgsExpressionBuilderWidget/splitter2" ).toByteArray() );

txtExpressionString->setFoldingVisible( false );
}


Expand Down

0 comments on commit 5b7f8cb

Please sign in to comment.