Skip to content

Commit

Permalink
fix #7982
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jun 3, 2013
1 parent cd353db commit b383c69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/qgsvectorlayerproperties.cpp
Expand Up @@ -393,12 +393,13 @@ void QgsVectorLayerProperties::syncToLayer( void )
layer->label()->setFields( layer->pendingFields() );

actionDialog->init();
labelingDialog->init();

if ( layer->hasGeometryType() )
{
labelingDialog->init();
labelDialog->init();
}

labelCheckBox->setChecked( layer->hasLabelsEnabled() );
labelOptionsFrame->setEnabled( layer->hasLabelsEnabled() );

Expand Down

0 comments on commit b383c69

Please sign in to comment.