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

Second) fix the calendar and other #19

Closed
wants to merge 0 commits into from

Conversation

theavege
Copy link
Contributor

@theavege theavege commented Apr 2, 2024

No description provided.

@theavege
Copy link
Contributor Author

theavege commented Apr 5, 2024

@MoAlyousef, Please accept the PR.

@MoAlyousef
Copy link
Collaborator

I have an issue with the App::default().run() construct at the end of main.
Although it works in many examples, not doing so might cause some failures:

  • FLTK's registering of image types for SharedImage require such initialization before any WidgetExt::set_image call is made.
  • Similarly the FrameTypes which FLTK initializes at call time, fltk-rs can't do so, so it does it at initialization time.
  • High dpi on macos retina displays, requires it to be called before calling window creation code.

@theavege theavege closed this Apr 7, 2024
@theavege theavege deleted the fix/calendar branch April 8, 2024 07:54
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