Skip to content

Commit 481dd11

Browse files
author
jef
committedDec 5, 2007
fix toolbar update on toggleEditing()
git-svn-id: http://svn.osgeo.org/qgis/trunk@7715 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 9bdb621 commit 481dd11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/app/qgisapp.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3483,6 +3483,7 @@ void QgisApp::toggleEditing()
34833483
if(currentLayerFile)
34843484
{
34853485
currentLayerFile->toggleEditing();
3486+
activateDeactivateLayerRelatedActions( mMapLegend->currentLayer() );
34863487
}
34873488
else
34883489
{
@@ -3794,7 +3795,7 @@ void QgisApp::testMapLayerPlugins()
37943795
}
37953796
else
37963797
{
3797-
QgsDebugMsg("dlopen suceeded");
3798+
QgsDebugMsg("dlopen succeeded");
37983799
dlclose(handle);
37993800
}
38003801

0 commit comments

Comments
 (0)
Please sign in to comment.