Browse Source
* Trigger CI/CD * Bugfix: CanResize unused when Width/Height is set 2 problems in X11Window.cs - In UpdateSizeHints: max and min sizes were set regardless of _canResize, if preResize is not null - In Resize, many things are set without checking for _canResize Added the check for _canResize, which stops the resizing if not forced (e.g. when a dialog needs a startup size) Make setting varying max and min exclusively when _canResize is false --------- Co-authored-by: stepan_govorko <stepan.govorko@jetbrains.com>pull/13012/head
committed by
GitHub
1 changed files with 21 additions and 8 deletions
Loading…
Reference in new issue