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

fix: Crash on first run on macOS #774

Merged
merged 1 commit into from
Jan 7, 2025
Merged

Conversation

jbmorley
Copy link
Collaborator

@jbmorley jbmorley commented Jan 7, 2025

This is a work around for a possible issue in SelectableCollectionView (see inseven/SelectableCollectionView#26) which was leading to a crash on first run when the default window frame hadn't been set. This change explicitly sets the minimum size of the collection view to 640x480 which hopefully isn't too large for users with smaller screens.

This is a work around for a possible issue in `SelectableCollectionView` (see inseven/SelectableCollectionView#26) which was leading to a crash on first run when the default window frame hadn't been set. This change explicitly sets the minimum size of the collection view to 640x480 which hopefully isn't _too_ large for users with smaller screens.
@jbmorley jbmorley merged commit 338605d into main Jan 7, 2025
3 checks passed
@jbmorley jbmorley deleted the jbmorley/fix-initial-crash branch January 7, 2025 21:25
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.

1 participant