Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Select all text after reset line edit to null
  • Loading branch information
nyalldawson committed Oct 19, 2016
1 parent 4cc7623 commit 1719933
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 1719933

Please sign in to comment.