diff widgets/PropertyBox.h @ 183:2e81141893db

resolve problem with hide and show action of the PropertyBox
author lbajardsilogic
date Fri, 23 Nov 2007 11:18:39 +0000
parents b3c3a5fa185f
children 95d9c6de5a4f
line wrap: on
line diff
--- a/widgets/PropertyBox.h	Thu Nov 22 15:54:30 2007 +0000
+++ b/widgets/PropertyBox.h	Fri Nov 23 11:18:39 2007 +0000
@@ -38,6 +38,8 @@
 
     PropertyContainer *getContainer() { return m_container; }
 
+	void showNormal();
+	
 signals:
     void changePlayGain(float);
     void changePlayGainDial(int);