Skip to content

Commit 7a7e65d

Browse files
author
timlinux
committed
Use pen editing icon. Finalises fix of #982
git-svn-id: http://svn.osgeo.org/qgis/trunk@8985 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 2422454 commit 7a7e65d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/qgsattributetabledisplay.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ void QgsAttributeTableDisplay::setTheme()
114114
mZoomMapToSelectedRowsButton->setIcon(QgisApp::getThemeIcon("/mActionZoomToSelected.png"));
115115
mAddAttributeButton->setIcon(QgisApp::getThemeIcon("/mActionNewAttribute.png"));
116116
mDeleteAttributeButton->setIcon(QgisApp::getThemeIcon("/mActionDeleteAttribute.png"));
117+
btnEdit->setIcon(QgisApp::getThemeIcon("/mActionToggleEditing.png"));
117118
}
118119

119120
void QgsAttributeTableDisplay::setTitle(QString title)

0 commit comments

Comments
 (0)