Skip to content

Commit

Permalink
[composer] Deselect items when they are locked from the items panel
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Jul 30, 2014
1 parent 0aeb357 commit d8087cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/composer/qgscomposermodel.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit d8087cd

Please sign in to comment.