Skip to content

Commit

Permalink
fix toolbar update on toggleEditing()
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@7715 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Dec 5, 2007
1 parent 9bdb621 commit 481dd11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/qgisapp.cpp
Expand Up @@ -3483,6 +3483,7 @@ void QgisApp::toggleEditing()
if(currentLayerFile)
{
currentLayerFile->toggleEditing();
activateDeactivateLayerRelatedActions( mMapLegend->currentLayer() );
}
else
{
Expand Down Expand Up @@ -3794,7 +3795,7 @@ void QgisApp::testMapLayerPlugins()
}
else
{
QgsDebugMsg("dlopen suceeded");
QgsDebugMsg("dlopen succeeded");
dlclose(handle);
}

Expand Down

0 comments on commit 481dd11

Please sign in to comment.