Skip to content

Commit

Permalink
revert r13584 noop
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@13604 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed May 30, 2010
1 parent 9f2a4cc commit 85d3df2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/app/qgsattributedialog.cpp
Expand Up @@ -353,10 +353,6 @@ bool QgsAttributeDialog::eventFilter( QObject *obj, QEvent *e )
break;
}
}
else if ( e->type() == QEvent::FocusIn && qobject_cast<QLineEdit *>( obj ) )
{
qobject_cast<QLineEdit *>( obj )->selectAll();
}

return false;
}

0 comments on commit 85d3df2

Please sign in to comment.