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

Move to using Double and safely converting to correct Int #39

Open
Amzd opened this issue Jun 7, 2023 · 0 comments
Open

Move to using Double and safely converting to correct Int #39

Amzd opened this issue Jun 7, 2023 · 0 comments
Labels
API enhancement New feature or request

Comments

@Amzd
Copy link
Contributor

Amzd commented Jun 7, 2023

Currently we directly convert from Int to Int32 or UInt32 and this conversion is not safe. We should instead make a safe conversion between what swift-cross-ui api asks and what Gtk needs. When we make this we might as well standardize to using Double as SwiftUI uses it everywhere.

@stackotter stackotter added enhancement New feature or request API labels Apr 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants