Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
1 change: 1 addition & 0 deletions src/app/qgsoptions.cpp
Expand Up @@ -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)
Expand Down

0 comments on commit 44bed00

Please sign in to comment.