removed animation-functionality of groupBox as it's useless, fixed boolModel-initializations - makes filter, arpeggio and chords work again
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/branches/lmms-mv@642 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -45,14 +45,9 @@ public:
|
||||
virtual void modelChanged( void );
|
||||
|
||||
|
||||
public slots:
|
||||
// void setState( bool _on, bool _anim = FALSE );
|
||||
void animate( void );
|
||||
|
||||
|
||||
protected:
|
||||
virtual void resizeEvent( QResizeEvent * _re );
|
||||
virtual void mousePressEvent( QMouseEvent * _me );
|
||||
virtual void resizeEvent( QResizeEvent * _re );
|
||||
|
||||
|
||||
private:
|
||||
@@ -63,9 +58,6 @@ private:
|
||||
pixmapButton * m_led;
|
||||
QString m_caption;
|
||||
|
||||
int m_origHeight;
|
||||
bool m_animating;
|
||||
|
||||
} ;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user