implemented some resizable scroll bars

This commit is contained in:
itsmattkc
2018-12-24 02:15:37 +11:00
parent a53aac2366
commit edf6f00271
12 changed files with 159 additions and 23 deletions
+4
View File
@@ -410,3 +410,7 @@ void TimelineHeader::show_context_menu(const QPoint &pos) {
contextMenu.addAction(&clear_in_out);
contextMenu.exec(mapToGlobal(pos));
}
void TimelineHeader::resized_scroll_listener(double d) {
update_zoom(zoom * d);
}