mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
revert r13584 noop
git-svn-id: http://svn.osgeo.org/qgis/trunk@13604 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
b6dc91e70d
commit
d2c837cff6
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user