Skip to content

Commit

Permalink
[dualview] Disable fields when ending an edit session
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn committed Aug 27, 2013
1 parent 81dd850 commit 7d1bcb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gui/attributetable/qgsdualview.cpp
Expand Up @@ -64,6 +64,7 @@ void QgsDualView::init( QgsVectorLayer* layer, QgsMapCanvas* mapCanvas, QgsDista

connect( layer, SIGNAL( editingStarted() ), this, SLOT( editingToggled() ) );
connect( layer, SIGNAL( beforeCommitChanges() ), this, SLOT( editingToggled() ) );
connect( layer, SIGNAL( editingStopped() ), this, SLOT( editingToggled() ) );

initLayerCache( layer );
initModels( mapCanvas );
Expand Down

0 comments on commit 7d1bcb6

Please sign in to comment.