Skip to content

Commit

Permalink
Select all text after reset line edit to null
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Nov 2, 2016
1 parent 6bbd006 commit 21f885a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsfilterlineedit.cpp
Expand Up @@ -104,6 +104,7 @@ void QgsFilterLineEdit::clearValue()
{
case ClearToNull:
setText( mNullValue );
selectAll();
break;

case ClearToDefault:
Expand Down

0 comments on commit 21f885a

Please sign in to comment.