Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbstractTimer: Fix double count up/down #246

Merged
merged 1 commit into from
Mar 20, 2024
Merged

Conversation

ryonakano
Copy link
Owner

Fixes #235

We're forgotting Source.remove and multiple GLib.Timeouts alive after pausing.

Also replace and correct useless (and wrong) remove flag.

We're forgotting Source.remove and multiple GLib.Timeouts alive
after pausing.

Also replace and correct useless (and wrong) remove flag.
@ryonakano ryonakano enabled auto-merge (squash) March 20, 2024 02:51
@ryonakano ryonakano merged commit b1bcb29 into main Mar 20, 2024
3 checks passed
@ryonakano ryonakano deleted the fix-timer-double-count branch March 20, 2024 03:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After pausing and resuming recording, live timer will run twice as fast
1 participant