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

Misspaint of points and curve during window minimize/maximize #159

Open
GZwong opened this issue Feb 20, 2024 · 0 comments
Open

Misspaint of points and curve during window minimize/maximize #159

GZwong opened this issue Feb 20, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@GZwong
Copy link

GZwong commented Feb 20, 2024

Description

  • May be specific to "feat/label-axes"
  • When window is maximized or minimized, the points and curve interpolation is miss-placed
  • The painting will be adjusted back once the graph is interacted, presumably after recalling the 'resize()' method.

Steps To Reproduce

  1. Plot a couple of points on the graph.
  2. Maximize the window.

Environment

Windows, unsure about others

Expected Behaviour

Points and curves remain unchanged relative to window sizing changes.

Relevant FSUK Rules

Additional Notes

Might be solved by calling 'resize()' or similar functions when maximized/minimized.

@GZwong GZwong added the bug Something isn't working label Feb 20, 2024
@GZwong GZwong self-assigned this Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant