Skip to content

Commit 7c5e9af

Browse files
author
g_j_m
committedDec 19, 2006
Fix for ticket #463 (add image button missing from map composer)
git-svn-id: http://svn.osgeo.org/qgis/trunk@6282 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b1d7afc commit 7c5e9af

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
 

‎src/composer/qgscomposer.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -803,6 +803,7 @@ void QgsComposer::setToolActionsOff(void)
803803
mActionZoomOut->setOn ( false );
804804
mActionRefreshView->setOn ( false );
805805
mActionAddNewMap->setOn ( false );
806+
mActionAddImage->setOn ( false );
806807
mActionAddNewLabel->setOn ( false );
807808
mActionAddNewVectLegend->setOn ( false );
808809
mActionAddNewScalebar->setOn ( false );

‎src/ui/qgscomposerbase.ui

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@
241241
<addaction name="mActionRefreshView" />
242242
<addaction name="separator" />
243243
<addaction name="mActionAddNewMap" />
244+
<addaction name="mActionAddImage" />
244245
<addaction name="mActionAddNewLabel" />
245246
<addaction name="mActionAddNewVectLegend" />
246247
<addaction name="mActionAddNewScalebar" />

0 commit comments

Comments
 (0)
Please sign in to comment.