Draw technical info texts on waveform component

This commit is contained in:
xenakios
2019-02-28 16:44:14 +02:00
parent 27b014a6e7
commit 33dae072ac
2 changed files with 15 additions and 10 deletions

View File

@ -151,7 +151,7 @@ public:
void setFileCachedRange(std::pair<Range<double>, Range<double>> rng);
void setTimerEnabled(bool b);
void setViewRange(Range<double> rng);
bool ShowFileCacheRange=false;
String m_infotext;
void setRecordingPosition(double pos) { m_rec_pos = pos; }
int m_image_init_count = 0;
int m_image_update_count = 0;