[QGIS Commit] r13604 - trunk/qgis/src/app

svn_qgis at osgeo.org svn_qgis at osgeo.org
Sun May 30 15:22:48 EDT 2010


Author: jef
Date: 2010-05-30 15:22:47 -0400 (Sun, 30 May 2010)
New Revision: 13604

Modified:
   trunk/qgis/src/app/qgsattributedialog.cpp
Log:
revert r13584 noop

Modified: trunk/qgis/src/app/qgsattributedialog.cpp
===================================================================
--- trunk/qgis/src/app/qgsattributedialog.cpp	2010-05-30 18:39:12 UTC (rev 13603)
+++ trunk/qgis/src/app/qgsattributedialog.cpp	2010-05-30 19:22:47 UTC (rev 13604)
@@ -353,10 +353,6 @@
         break;
     }
   }
-  else if ( e->type() == QEvent::FocusIn && qobject_cast<QLineEdit *>( obj ) )
-  {
-    qobject_cast<QLineEdit *>( obj )->selectAll();
-  }
 
   return false;
 }



More information about the QGIS-commit mailing list