mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-14 00:07:35 -04:00
initially disable advanced digitizing panel (fixes #15073)
This commit is contained in:
parent
174d112da8
commit
600ff4f81f
@ -7383,7 +7383,7 @@ void QgisApp::editPaste( QgsMapLayer *destinationLayer )
|
||||
for ( int dst = 0; dst < dstAttr.count(); ++dst )
|
||||
{
|
||||
QVariant defVal( pasteVectorLayer->dataProvider()->defaultValue( dst ) );
|
||||
if( !defVal.isNull() )
|
||||
if ( !defVal.isNull() )
|
||||
{
|
||||
dstAttr[ dst ] = defVal;
|
||||
}
|
||||
|
@ -198,6 +198,7 @@ QgsAdvancedDigitizingDockWidget::QgsAdvancedDigitizingDockWidget( QgsMapCanvas*
|
||||
connect( mSettingsButton, SIGNAL( triggered( QAction* ) ), this, SLOT( settingsButtonTriggered( QAction* ) ) );
|
||||
|
||||
updateCapacity( true );
|
||||
disable();
|
||||
}
|
||||
|
||||
void QgsAdvancedDigitizingDockWidget::hideEvent( QHideEvent* )
|
||||
|
Loading…
x
Reference in New Issue
Block a user