1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-26 14:41:14 +01:00

Get rid of flicker when drawing the peak/rms meter.

This commit is contained in:
lllucius
2014-10-04 22:50:51 +00:00
parent 2c76f78760
commit 6ce364f2d2
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@
#include "Ruler.h"
// Event used to notify all meters of preference changes
DECLARE_EVENT_TYPE(EVT_METER_PREFERENCES_CHANGED, -1);
DECLARE_EXPORTED_EVENT_TYPE(AUDACITY_DLL_API, EVT_METER_PREFERENCES_CHANGED, -1);
// Increase this when we add support for multichannel meters
// (most of the code is already there)
@@ -43,7 +43,6 @@ struct MeterBar {
bool isclipping; //ANSWER-ME: What's the diff between these bools?! "clipping" vs "isclipping" is not clear.
int tailPeakCount;
float peakPeakHold;
wxBitmap bitmap;
};
class MeterUpdateMsg