Skip to content

Commit

Permalink
Small useability improvement: disable autocompletion in scale combo
Browse files Browse the repository at this point in the history
  • Loading branch information
mhugent committed Jun 18, 2012
1 parent 5078c4b commit 5b09b96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/qgsscalecombobox.cpp
Expand Up @@ -36,6 +36,7 @@ QgsScaleComboBox::QgsScaleComboBox( QWidget* parent ) : QComboBox( parent )
addItem( "1:500" );

setInsertPolicy( QComboBox::NoInsert );
setCompleter( 0 );
}

QgsScaleComboBox::~QgsScaleComboBox()
Expand Down

0 comments on commit 5b09b96

Please sign in to comment.