began work on scrollable headers on viewer panels

This commit is contained in:
itsmattkc
2018-12-09 01:25:22 +11:00
parent 6c3197aac6
commit 7f08925385
6 changed files with 45 additions and 7 deletions
+5 -1
View File
@@ -255,7 +255,11 @@ void TimelineHeader::update_parents() {
void TimelineHeader::update_zoom(double z) {
zoom = z;
update();
update();
}
double TimelineHeader::get_zoom() {
return zoom;
}
void TimelineHeader::delete_markers() {