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
I want a Window to be created at the right bottom corner and then be resizable and movable. I tried using default_pos but it didn't work. fixed_pos works, but then I can't move the window afterwards.
Fix: Window::default_pos does not work
Issues: Since `default_size` is not applied to `area`,
`style.spacing.default_area_size` is applied, causing problems.
* Closes#5314
hacknus
pushed a commit
to hacknus/egui
that referenced
this issue
Oct 30, 2024
Fix: Window::default_pos does not work
Issues: Since `default_size` is not applied to `area`,
`style.spacing.default_area_size` is applied, causing problems.
* Closesemilk#5314
Describe the bug
I want a
Window
to be created at the right bottom corner and then be resizable and movable. I tried usingdefault_pos
but it didn't work.fixed_pos
works, but then I can't move the window afterwards.To Reproduce
run this code
Expected behavior
Create a
Window
at the right bottom corner and then be resizable and movable.Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: