Skip to content

Commit 3289d61

Browse files
committed
Fix freeze when joining with table open
Fix #16495
1 parent 3d3b6ec commit 3289d61

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/core/qgsvectorlayerjoinbuffer.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,8 @@ bool QgsVectorLayerJoinBuffer::addJoin( const QgsVectorJoinInfo& joinInfo )
9191
connect( vl, SIGNAL( layerModified() ), this, SLOT( joinedLayerModified() ), Qt::UniqueConnection );
9292
}
9393

94+
locker.unlock();
95+
9496
emit joinedFieldsChanged();
9597
return true;
9698
}

0 commit comments

Comments
 (0)