wxWidgets/tests/persistence
Vadim Zeitlin 6ae7aa4443 Fix saving/restoring window position for maximized windows
Save both the normal window geometry and its maximized position instead
of saving just its current position. This fixes restoring geometry of
the maximized windows as previously they were always restored on the
primary monitor, as their original position was lost.

Use the native {Get,Set}WindowPlacement() functions for a MSW-specific
wxTLWGeometry implementation to achieve this.

Closes #16335.
2018-04-29 20:35:44 +02:00
..
dataview.cpp Resize wxDataViewCtrl to fix persistence test with wxGTK 2017-12-17 16:13:06 +01:00
testpersistence.h
tlw.cpp Fix saving/restoring window position for maximized windows 2018-04-29 20:35:44 +02:00