diff widgets/PropertyStack.cpp @ 360:d58701996fae

* Update remaining editable layers to support proper realignment on copy/paste * Permit pasting when no suitable layer is current: create a new layer on paste * Add preference for showing the splash screen or not * Rename spectrogram smoothing prefs (partly following Craig's suggestions)
author Chris Cannam
date Wed, 06 Feb 2008 14:15:09 +0000
parents 25e72328a897
children 0bcb449d15f4
line wrap: on
line diff
--- a/widgets/PropertyStack.cpp	Wed Feb 06 12:49:49 2008 +0000
+++ b/widgets/PropertyStack.cpp	Wed Feb 06 14:15:09 2008 +0000
@@ -114,18 +114,6 @@
 
         shortName = QString("&%1 %2").arg(i + 1).arg(shortName);
 
-//!!! We'll comment this out until it's been tested with Qt 4.3.3
-#ifdef Q_WS_MAC___NOT_DEFINED
-
-        // Qt 4.2 on OS/X doesn't show the icons in the tab bar, and
-        // I'm not sure why -- use labels instead
-
-        addTab(box, shortName);
-
-#else
-
-        // Icons on other platforms
-
 	QString iconName = container->getPropertyContainerIconName();
 
         QIcon icon(IconLoader().load(iconName));
@@ -136,8 +124,6 @@
 	    setTabToolTip(i, name);
 	}
 
-#endif
-
 	m_boxes.push_back(box);
     }