changeset 240:101f71a97df4

...
author Chris Cannam
date Mon, 23 Apr 2007 12:15:13 +0000
parents 6e59a60139b7
children fe4fd011ef5d
files widgets/PropertyStack.cpp
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/widgets/PropertyStack.cpp	Mon Apr 23 12:14:10 2007 +0000
+++ b/widgets/PropertyStack.cpp	Mon Apr 23 12:15:13 2007 +0000
@@ -109,6 +109,7 @@
 	} else {
 	    addTab(box, icon, QString("&%1").arg(i + 1));
 	    setTabToolTip(count() - 1, name);
+            setTabIcon(count() - 1, icon);
 	}
 
 	m_boxes.push_back(box);