fixed various caching issues when rapidly changing values

This commit is contained in:
itsmattkc
2019-09-09 04:07:51 +10:00
parent 6fcfd01c8f
commit ba7a10177f
37 changed files with 495 additions and 217 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ void TimeRuler::SetTimebase(const rational &r)
update();
}
const int64_t &TimeRuler::Time()
const int64_t &TimeRuler::GetTime()
{
return time_;
}
+1 -1
View File
@@ -42,7 +42,7 @@ public:
void SetCenteredText(bool c);
const int64_t& Time();
const int64_t& GetTime();
public slots:
void SetTime(const int64_t &r);