added it to effect controls

This commit is contained in:
itsmattkc
2018-12-26 18:27:12 +11:00
parent 9bc9d33ee5
commit 26c7133cc7
4 changed files with 15 additions and 4 deletions
+4
View File
@@ -189,6 +189,10 @@ void KeyframeView::draw_keyframe(QPainter &p, int type, int x, int y, bool darke
}
}
void KeyframeView::resize_move(double d) {
header->update_zoom(header->get_zoom()*d);
}
void KeyframeView::mousePressEvent(QMouseEvent *event) {
if (event->button() == Qt::LeftButton) {
int row_index = -1;