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

examples/fruit: Make draw logic act on RedrawRequested instead of Close again #172

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

MarijnS95
Copy link
Member

@MarijnS95 MarijnS95 commented Nov 6, 2023

It seems #132 contains a copy-paste typo to trigger draw logic on CloseRequested instead of on RedrawRequested.

CC @notgull @daxpedda

@MarijnS95 MarijnS95 requested a review from john01dav as a code owner November 6, 2023 08:32
…Close` again

It seems rust-windowing#132 contains a copy-paste typo to trigger draw logic on
`CloseRequested` instead of on `RedrawRequested`.

Signed-off-by: Marijn Suijten <[email protected]>
@MarijnS95 MarijnS95 force-pushed the examples-fruit-on-redraw branch from 3052234 to 454b3eb Compare November 6, 2023 08:32
Copy link
Member

@notgull notgull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@notgull notgull merged commit 636a714 into rust-windowing:master Nov 6, 2023
39 checks passed
@MarijnS95 MarijnS95 deleted the examples-fruit-on-redraw branch November 6, 2023 14:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants