Skip to content

Commit

Permalink
Fix broken symbol layer lock (fix #15143)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jun 27, 2016
1 parent c3c5c43 commit 8dc8952
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/symbology-ng/qgssymbolv2selectordialog.cpp
Expand Up @@ -601,6 +601,7 @@ void QgsSymbolV2SelectorWidget::lockLayer()
if ( !layer )
return;
layer->setLocked( btnLock->isChecked() );
emit symbolModified();
}

void QgsSymbolV2SelectorWidget::duplicateLayer()
Expand Down

0 comments on commit 8dc8952

Please sign in to comment.