510a916f82
* fix: set proper constraints for windows with defined maxWidth When BrowserWindow has set constraints for width (max or min) it won't behave correctly during first attempt of resizing it. When maxWidth is defined and maxWidth equals its width it will shrink rapidly when user tries to expand its width. On the other hand when minWidth is defined and minWidth equals its width it's possible to decrease its width with a few pixels. Notes: Fixed improper behaviour of window with width constraint set during resize. * fix: prevent crash when WM_GETMINMAXINFO is called on initing window |
||
---|---|---|
.. | ||
app | ||
browser | ||
common | ||
renderer | ||
utility |