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

Use FloatField for Project.default_map_zoom #71

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

jjnesbitt
Copy link
Member

Closes #68

I've tested this locally and can verify it behaves as expected, as well as correctly converts the original integer values to floats.

@jjnesbitt jjnesbitt requested a review from annehaley September 25, 2024 20:56
@jjnesbitt jjnesbitt force-pushed the default-map-zoom-float branch from 9ec78a4 to 085b9ba Compare September 25, 2024 21:14
@jjnesbitt jjnesbitt force-pushed the default-map-zoom-float branch from 085b9ba to 6d84564 Compare October 1, 2024 20:56
@jjnesbitt jjnesbitt changed the title Use FloatField for Context.default_map_zoom Use FloatField for Project.default_map_zoom Oct 1, 2024
@jjnesbitt jjnesbitt merged commit 6dae4c1 into master Oct 1, 2024
4 checks passed
@jjnesbitt jjnesbitt deleted the default-map-zoom-float branch October 1, 2024 21:13
@jjnesbitt jjnesbitt mentioned this pull request Oct 1, 2024
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.

Use a float for Project default_map_zoom instead of an int
2 participants