Skip to content

Commit

Permalink
Fix for ticket #463 (add image button missing from map composer)
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6282 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Dec 19, 2006
1 parent b1d7afc commit 7c5e9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/composer/qgscomposer.cpp
Expand Up @@ -803,6 +803,7 @@ void QgsComposer::setToolActionsOff(void)
mActionZoomOut->setOn ( false );
mActionRefreshView->setOn ( false );
mActionAddNewMap->setOn ( false );
mActionAddImage->setOn ( false );
mActionAddNewLabel->setOn ( false );
mActionAddNewVectLegend->setOn ( false );
mActionAddNewScalebar->setOn ( false );
Expand Down
1 change: 1 addition & 0 deletions src/ui/qgscomposerbase.ui
Expand Up @@ -241,6 +241,7 @@
<addaction name="mActionRefreshView" />
<addaction name="separator" />
<addaction name="mActionAddNewMap" />
<addaction name="mActionAddImage" />
<addaction name="mActionAddNewLabel" />
<addaction name="mActionAddNewVectLegend" />
<addaction name="mActionAddNewScalebar" />
Expand Down

0 comments on commit 7c5e9af

Please sign in to comment.