We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81dd850 commit 7d1bcb6Copy full SHA for 7d1bcb6
src/gui/attributetable/qgsdualview.cpp
@@ -64,6 +64,7 @@ void QgsDualView::init( QgsVectorLayer* layer, QgsMapCanvas* mapCanvas, QgsDista
64
65
connect( layer, SIGNAL( editingStarted() ), this, SLOT( editingToggled() ) );
66
connect( layer, SIGNAL( beforeCommitChanges() ), this, SLOT( editingToggled() ) );
67
+ connect( layer, SIGNAL( editingStopped() ), this, SLOT( editingToggled() ) );
68
69
initLayerCache( layer );
70
initModels( mapCanvas );
0 commit comments