Skip to content

Commit 7d1bcb6

Browse files
committed
[dualview] Disable fields when ending an edit session
1 parent 81dd850 commit 7d1bcb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/attributetable/qgsdualview.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ void QgsDualView::init( QgsVectorLayer* layer, QgsMapCanvas* mapCanvas, QgsDista
6464

6565
connect( layer, SIGNAL( editingStarted() ), this, SLOT( editingToggled() ) );
6666
connect( layer, SIGNAL( beforeCommitChanges() ), this, SLOT( editingToggled() ) );
67+
connect( layer, SIGNAL( editingStopped() ), this, SLOT( editingToggled() ) );
6768

6869
initLayerCache( layer );
6970
initModels( mapCanvas );

0 commit comments

Comments
 (0)