@@ -90,13 +90,6 @@ QgsOptions::QgsOptions( QWidget *parent, Qt::WFlags fl ) :
9090 // set the current theme
9191 cmbTheme->setItemText ( cmbTheme->currentIndex (), settings.value ( " /Themes" ).toString () );
9292
93- // set the attribute table behaviour
94- cmbAttrTableBehaviour->clear ();
95- cmbAttrTableBehaviour->addItem ( tr ( " Show all features" ) );
96- cmbAttrTableBehaviour->addItem ( tr ( " Show selected features" ) );
97- cmbAttrTableBehaviour->addItem ( tr ( " Show features in current canvas" ) );
98- cmbAttrTableBehaviour->setCurrentIndex ( settings.value ( " /qgis/attributeTableBehaviour" , 0 ).toInt () );
99-
10093 // set the display update threshold
10194 spinBoxUpdateThreshold->setValue ( settings.value ( " /Map/updateThreshold" ).toInt () );
10295 // set the default projection behaviour radio buttongs
@@ -310,7 +303,6 @@ void QgsOptions::saveOptions()
310303 settings.setValue ( " /qgis/showLegendClassifiers" , cbxLegendClassifiers->isChecked () );
311304 settings.setValue ( " /qgis/hideSplash" , cbxHideSplash->isChecked () );
312305 settings.setValue ( " /qgis/dockAttributeTable" , cbxAttributeTableDocked->isChecked () );
313- settings.setValue ( " /qgis/attributeTableBehaviour" , cmbAttrTableBehaviour->currentIndex () );
314306 settings.setValue ( " /qgis/new_layers_visible" , chkAddedVisibility->isChecked () );
315307 settings.setValue ( " /qgis/enable_anti_aliasing" , chkAntiAliasing->isChecked () );
316308 settings.setValue ( " /qgis/use_qimage_to_render" , !( chkUseQPixmap->isChecked () ) );
0 commit comments