You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems WindowBuilder::with_position doesn't work with negative values on Mac (secondary monitors often has negative coordinates). Window::set_outer_position seems to maybe work though, at least slightly better.
Describe the bug
The eframe window position is not correctly restored after successive launches when moved to a secondary screen.
To Reproduce
Steps to reproduce the behavior (I'm using eframe_template as a basic project with state persistance):
eframe_template
(cargo run
)cargo run
) --> the window is restored on the primary screen instead of the secondary screen as expectedScreenshots
IMG_3093.mp4
Desktop:
The text was updated successfully, but these errors were encountered: