completed zoom tool

This commit is contained in:
itsmattkc
2019-09-19 01:39:09 +10:00
parent 088b0543eb
commit 9b312abf46
4 changed files with 8 additions and 4 deletions
+1
View File
@@ -40,6 +40,7 @@ TimelinePanel::TimelinePanel(QWidget *parent) :
layout->addWidget(view_);
connect(view_->horizontalScrollBar(), SIGNAL(valueChanged(int)), ruler_, SLOT(SetScroll(int)));
connect(view_, SIGNAL(UserSetScale(double)), this, SLOT(SetScale(double)));
connect(ruler_, SIGNAL(TimeChanged(const int64_t&)), view_, SLOT(SetTime(const int64_t&)));
// FIXME: Magic number