Skip to content
Permalink
Browse files
[composer] Deselect items when they are locked from the items panel
  • Loading branch information
nyalldawson committed Jul 30, 2014
1 parent 0aeb357 commit d8087cd
Showing 1 changed file with 1 addition and 0 deletions.
@@ -204,6 +204,7 @@ bool QgsComposerModel::setData( const QModelIndex & index, const QVariant & valu
case LockStatus:
//second column is item lock state
item->setPositionLock( value.toBool() );
item->setSelected( false );
emit dataChanged( index, index );
return true;

0 comments on commit d8087cd

Please sign in to comment.