Skip to content

Commit

Permalink
Fix freeze when joining with table open
Browse files Browse the repository at this point in the history
Fix #16495
  • Loading branch information
m-kuhn committed Nov 7, 2017
1 parent e5187b2 commit 07cef67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/core/qgsvectorlayerjoinbuffer.cpp
Expand Up @@ -89,6 +89,8 @@ bool QgsVectorLayerJoinBuffer::addJoin( const QgsVectorLayerJoinInfo &joinInfo )
connectJoinedLayer( vl );
}

locker.unlock();

emit joinedFieldsChanged();
return true;
}
Expand Down

0 comments on commit 07cef67

Please sign in to comment.