Hi,
I'd like to report a window-geometry bug in OneCommander V4 beta, Windows 11 OS.
When the main window is minimized and then restored, the window position is preserved but the size is reset to a fixed about 1024x1232 instead of the size it had before minimizing.
Expected
The window restores at the same size it had before minimizing.
Actual
The position is restored correctly, but the size becomes 1024x1232 every time.
Suggestion
When restoring from the minimized/tray state, read the width/height from the saved rcNormalPosition (or the live window rect) rather than applying a constant default size.
Thanks!
HW