Double clicking flet.WindowDragArea
causes window to expand even when page.window_frameless = True
and/or page.window_maximizable = False
#1056
Labels
Description
Setting
page.window_frameless = True
and usingflet.WindowDragArea
instead of native title bar to move page around is somewhat awkward because Windows "expand window by double clicking title bar" behaviour is still in effect.Code example to reproduce the issue:
Describe the results you received:
Double clicking anywhere inside of drag area causes window to enter this weird pseudo-maximized state - the expand animation plays, the window moves to upper left corner (or maybe center) and locks in this "maximized" state until you drag it a bit.
Also placing the window near display border invokes Windows expand/layout manager.
Describe the results you expected:
Would be cool to fix (or I guess block) this behaviour. Not sure if it is actually possible.
Flet version:
Operating system:
Windows 11 22H2
The text was updated successfully, but these errors were encountered: