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

Couple bug fixes #147

Merged
merged 2 commits into from
Jan 15, 2025
Merged

Couple bug fixes #147

merged 2 commits into from
Jan 15, 2025

Conversation

Snolandia
Copy link
Contributor

( Bug )
Fixes resize timer resetting itself while resizing.

(Optional Quality Of Life)
Fixed scroll events not passing through if the plot has no scroll events

(Bug)
Fixed margins calculating minimum size incorrectly.

1: Allow mouse scroll events to pass through to parent if the plot has not mouse scroll events to do. i.e. if scroll to zoom is disabled, and the graph is part of a scroll area, this allows scrolling the scroll area while the mouse is over the plot.

2: Fixed bug with resize timer resetting itself every time, rather than actually performing the countdown and calling the function.

3. Fixed bug with margins being calculated incorrectly, preventing the complete removal of margins from a plot.
@jkriege2 jkriege2 merged commit a275fb7 into jkriege2:master Jan 15, 2025
5 checks passed
@jkriege2
Copy link
Owner

Thanks ... and sorry this took so long!

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.

2 participants