Skip to content

Commit

Permalink
Fix #10350 - Run update on return in field calc bar
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed May 26, 2014
1 parent 0eed3dc commit c5bde9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/qgsattributetabledialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ QgsAttributeTableDialog::QgsAttributeTableDialog( QgsVectorLayer *theLayer, QWid
mFieldCombo->setModel( mFieldModel );
connect( mOpenExpressionWidget, SIGNAL( clicked() ), this, SLOT( openExpressionBuilder() ) );
connect( mRunFieldCalc, SIGNAL( clicked() ), this, SLOT( updateFieldFromExpression() ) );
connect( mUpdateExpressionText, SIGNAL( returnPressed() ), this, SLOT( updateFieldFromExpression() ) );
editingToggled();
}

Expand Down

0 comments on commit c5bde9b

Please sign in to comment.