summaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorFox Caminiti <fox@foxcam.net>2022-10-01 23:01:56 -0400
committerFox Caminiti <fox@foxcam.net>2022-10-01 23:01:56 -0400
commitbc1335ebbf68c805a19303469bb49759296a645f (patch)
treeb432bbc3d1cb7c342f4a8d83f52d946abfac03f0 /main.cpp
parent3b8bd135662d99506e8a2ebb30b0d46b57861f74 (diff)
finally semi-stable graph offsetting
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);