Mercurial > hg > svapp
diff framework/MainWindowBase.h @ 378:a7a643988390
Fix #1024 - avoid status bar repainting all its siblings when its message changes (and it resizes) by using a widget in the status bar for the label instead of the bar itself.
author | Chris Cannam |
---|---|
date | Wed, 02 Jul 2014 15:09:51 +0100 |
parents | 024226dd9f51 |
children | 9e31759254fe |
line wrap: on
line diff
--- a/framework/MainWindowBase.h Wed Jul 02 08:42:58 2014 +0100 +++ b/framework/MainWindowBase.h Wed Jul 02 15:09:51 2014 +0100 @@ -337,6 +337,9 @@ RealTime m_defaultFfwdRwdStep; + mutable QLabel *m_statusLabel; + QLabel *getStatusLabel() const; + WaveFileModel *getMainModel(); const WaveFileModel *getMainModel() const; void createDocument();