Navigation Menu

Skip to content

Commit

Permalink
fixed wrong item order in add field dialog, causing wrong focused widget
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and nyalldawson committed Jan 20, 2020
1 parent 2fff8e1 commit 30609fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/app/qgsaddattrdialog.cpp
Expand Up @@ -58,6 +58,8 @@ QgsAddAttrDialog::QgsAddAttrDialog( QgsVectorLayer *vlayer, QWidget *parent, Qt:

if ( mIsShapeFile )
mNameEdit->setMaxLength( 10 );

mNameEdit->setFocus();
}

void QgsAddAttrDialog::mTypeBox_currentIndexChanged( int idx )
Expand Down

0 comments on commit 30609fe

Please sign in to comment.