Changes between Initial Version and Version 3 of Ticket #16980
- Timestamp:
- Jun 11, 2021, 6:44:28 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16980
- Property Status new → reopened
- Property Summary DiskUsage does not start on Haiku 32bit nightly hrev.55114 → DiskUsage window may open off-screen after switching to a lower resolution display (easy)
-
Ticket #16980 – Description
initial v3 1 DiskUsage does not start on Haiku 32bit nightly hrev.55114 1 DiskUsage save its window position. If you use a large display and move it towards the bottom or right, and then switch to a smaller display, the window may end up opening off-screen and invisible on the next time it is run. 2 3 This can be fixed by adding a call to BWindow::MoveOnScreen after showing the window.