summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/main.cpp b/main.cpp
index 5d12d91..60504e1 100644
--- a/main.cpp
+++ b/main.cpp
@@ -182,6 +182,9 @@ int main(int argc, char *argv[]) {
ui UI = {};
+ UI.Y_TimelinePercentZoomed = UI.Default_Y_TimelinePercentZoomed;
+ UI.Y_TimelinePercentOffset = UI.Default_Y_TimelinePercentOffset;
+
// shm_unlink("/testl");
// int fd = shm_open("/testl", O_CREAT | O_EXCL | O_RDWR,
// S_IRUSR | S_IWUSR);