Skip to content

Commit 85d3df2

Browse files
author
jef
committedMay 30, 2010
revert r13584 noop
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13604 c8812cc2-4d05-0410-92ff-de0c093fc19c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed
 

‎src/app/qgsattributedialog.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,6 @@ bool QgsAttributeDialog::eventFilter( QObject *obj, QEvent *e )
353353
break;
354354
}
355355
}
356-
else if ( e->type() == QEvent::FocusIn && qobject_cast<QLineEdit *>( obj ) )
357-
{
358-
qobject_cast<QLineEdit *>( obj )->selectAll();
359-
}
360356

361357
return false;
362358
}

0 commit comments

Comments
 (0)
Please sign in to comment.