Fix freeze when joining with table open

Fix #16495
This commit is contained in:
Matthias Kuhn 2017-05-12 15:33:42 +02:00
parent e5187b2946
commit 07cef67ead
No known key found for this signature in database
GPG Key ID: A0E766808764D73F

View File

@ -89,6 +89,8 @@ bool QgsVectorLayerJoinBuffer::addJoin( const QgsVectorLayerJoinInfo &joinInfo )
connectJoinedLayer( vl );
}
locker.unlock();
emit joinedFieldsChanged();
return true;
}