reimplemented zooming controls

This commit is contained in:
itsmattkc
2019-08-15 11:39:07 +10:00
parent b4529205b9
commit fb7c7f1bdb
15 changed files with 142 additions and 9 deletions
+6 -1
View File
@@ -69,7 +69,12 @@ void TimeRuler::SetTextVisible(bool e)
update();
}
void TimeRuler::SetScale(double d)
const double &TimeRuler::scale()
{
return scale_;
}
void TimeRuler::SetScale(const double &d)
{
scale_ = d;