Windows: Fix window_get_size_with_decorations returning an invalid size when minimizing by storing previous value
This commit is contained in:
committed by
Jono Kemball
parent
6fd949a6dc
commit
3497a5dbf5
@ -341,6 +341,7 @@ class DisplayServerWindows : public DisplayServer {
|
||||
Size2 min_size;
|
||||
Size2 max_size;
|
||||
int width = 0, height = 0;
|
||||
int width_with_decorations = 0, height_with_decorations = 0;
|
||||
|
||||
Size2 window_rect;
|
||||
Point2 last_pos;
|
||||
|
||||
Reference in New Issue
Block a user