Skip to content

Fix Check Tracker Autoscroll with Only Show Available #5366

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

Merged

Conversation

Malkierian
Copy link
Contributor

@Malkierian Malkierian commented Apr 9, 2025

This was because RecalculateAvailableChecks() was being called in SaveFile(), which was within a thread, causing concurrency issues with checksByArea. This swaps that call to a variable that triggers a recalculation in DrawElement() within the main thread.

Build Artifacts

…able that triggers a recalculation in `DrawElement()`.
@leggettc18 leggettc18 merged commit c3322c8 into HarbourMasters:develop-blair Apr 9, 2025
6 checks passed
@Malkierian Malkierian deleted the fix-check-autoscroll branch April 13, 2025 02:52
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.

Only Show Available Checks option causes check tracker to scroll to the top upon save/autosave
2 participants