Enabled showing the file source cached time ranges

This commit is contained in:
xenakios
2019-02-28 16:04:04 +02:00
parent cfb8f4f303
commit 27b014a6e7
3 changed files with 14 additions and 6 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);
Value ShowFileCacheRange;
bool ShowFileCacheRange=false;
void setRecordingPosition(double pos) { m_rec_pos = pos; }
int m_image_init_count = 0;
int m_image_update_count = 0;