Skip to content

Commit 5b09b96

Browse files
committed
Small useability improvement: disable autocompletion in scale combo
1 parent 5078c4b commit 5b09b96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/qgsscalecombobox.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ QgsScaleComboBox::QgsScaleComboBox( QWidget* parent ) : QComboBox( parent )
3636
addItem( "1:500" );
3737

3838
setInsertPolicy( QComboBox::NoInsert );
39+
setCompleter( 0 );
3940
}
4041

4142
QgsScaleComboBox::~QgsScaleComboBox()

0 commit comments

Comments
 (0)