Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix freeze when joining with table open
Fix #16495
  • Loading branch information
m-kuhn committed May 12, 2017
1 parent 3d3b6ec commit 3289d61
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsvectorlayerjoinbuffer.cpp
Expand Up @@ -91,6 +91,8 @@ bool QgsVectorLayerJoinBuffer::addJoin( const QgsVectorJoinInfo& joinInfo )
connect( vl, SIGNAL( layerModified() ), this, SLOT( joinedLayerModified() ), Qt::UniqueConnection );
}

locker.unlock();

emit joinedFieldsChanged();
return true;
}
Expand Down

0 comments on commit 3289d61

Please sign in to comment.