Skip to content

Commit 7a9dff9

Browse files
author
stopa85
committed
fix: road graph not clean GUI when unload
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15334 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 56c10c4 commit 7a9dff9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/roadgraph/roadgraphplugin.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ void RoadGraphPlugin::unload()
137137
// remove the GUI
138138
mQGisIface->removePluginMenu( tr( "Road graph" ), mQSettingsAction );
139139
mQGisIface->removePluginMenu( tr( "Road graph" ), mQShowDirectionAction );
140+
mQGisIface->removePluginMenu( tr( "Road graph" ), mInfoAction );
140141

141142
mQGisIface->removeToolBarIcon( mQShowDirectionAction );
142143

0 commit comments

Comments
 (0)