FxMixerView, FxLine: graphics & layout fixes

This commit is contained in:
Vesa
2014-06-24 21:07:15 +03:00
parent 77230c07da
commit a463594bb2
5 changed files with 16 additions and 11 deletions

View File

@@ -61,10 +61,13 @@ public:
static const int FxLineHeight;
private:
static void drawFxLine( QPainter* p, const FxLine *fxLine, const QString& name, bool isActive, bool sendToThis );
FxMixerView * m_mv;
LcdWidget* m_lcd;
int m_channelIndex;
QBrush m_backgroundActive;
static QPixmap * s_sendBgArrow;
private slots:
void renameChannel();