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: mini window size at the very first launch #2165

Merged
merged 1 commit into from
Apr 28, 2024
Merged

Conversation

tian-lt
Copy link
Contributor

@tian-lt tian-lt commented Apr 28, 2024

What

Fix a regression introduced by #2161.

Root cause

Per the document words, ApplicationView.TryResizeView() doesn't take effect if The requested size is less than the view's minimum size. (See SetPreferredMinSize.)

@tian-lt tian-lt merged commit 10df81d into main Apr 28, 2024
7 checks passed
@tian-lt tian-lt deleted the u/tilia/viewsize branch April 28, 2024 05:49
tian-lt added a commit that referenced this pull request Apr 28, 2024
@tian-lt tian-lt mentioned this pull request Apr 28, 2024
tian-lt added a commit that referenced this pull request Apr 28, 2024
* Fix #2146: SWIPE DELETE FUNCTION FREEZES APP (#2157)

* fix stackoverflow

* space

* Multi-instance (#2161)

* launch multi instances

* trace error

* simplify the graphing test

* remove an assertion

* simplify some code

* remove some trivial code.

* fix runtime cast

* Resize on the first launch (#2165)
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.

3 participants