mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Small useability improvement: disable autocompletion in scale combo
This commit is contained in:
parent
5078c4b022
commit
5b09b967d4
@ -36,6 +36,7 @@ QgsScaleComboBox::QgsScaleComboBox( QWidget* parent ) : QComboBox( parent )
|
||||
addItem( "1:500" );
|
||||
|
||||
setInsertPolicy( QComboBox::NoInsert );
|
||||
setCompleter( 0 );
|
||||
}
|
||||
|
||||
QgsScaleComboBox::~QgsScaleComboBox()
|
||||
|
Loading…
x
Reference in New Issue
Block a user