Skip to content
Permalink
Browse files
Attribute table cache size 0 is represented as "All" in the options
  • Loading branch information
m-kuhn committed Aug 3, 2014
1 parent bcdd394 commit 44bed00
Showing 1 changed file with 1 addition and 0 deletions.
@@ -308,6 +308,7 @@ QgsOptions::QgsOptions( QWidget *parent, Qt::WindowFlags fl ) :


spinBoxAttrTableRowCache->setValue( settings.value( "/qgis/attributeTableRowCache", 10000 ).toInt() );
spinBoxAttrTableRowCache->setSpecialValueText( tr( "All" ) );

// set the prompt for raster sublayers
// 0 = Always -> always ask (if there are existing sublayers)

0 comments on commit 44bed00

Please sign in to comment.