[QGIS Commit] r13540 - trunk/qgis/src/app/attributetable

svn_qgis at osgeo.org svn_qgis at osgeo.org
Thu May 20 17:17:03 EDT 2010


Author: jef
Date: 2010-05-20 17:17:03 -0400 (Thu, 20 May 2010)
New Revision: 13540

Modified:
   trunk/qgis/src/app/attributetable/qgsattributetableview.cpp
Log:
fix attribute table position restore

Modified: trunk/qgis/src/app/attributetable/qgsattributetableview.cpp
===================================================================
--- trunk/qgis/src/app/attributetable/qgsattributetableview.cpp	2010-05-20 20:18:16 UTC (rev 13539)
+++ trunk/qgis/src/app/attributetable/qgsattributetableview.cpp	2010-05-20 21:17:03 UTC (rev 13540)
@@ -32,7 +32,7 @@
     : QTableView( parent ), mActionPopup( 0 )
 {
   QSettings settings;
-  restoreGeometry( settings.value( "/BetterTable/geometry" ).toByteArray() );
+  restoreGeometry( settings.value( "/BetterAttributeTable/geometry" ).toByteArray() );
 
   verticalHeader()->setDefaultSectionSize( 20 );
   horizontalHeader()->setHighlightSections( false );



More information about the QGIS-commit mailing list