Make PopupMenu/Panel shadows properly visible again

This commit is contained in:
Michael Alexsander 2024-04-29 01:09:58 -03:00
parent 0f20e67d8d
commit f7f6432af6
No known key found for this signature in database
GPG key ID: A9C91EE110F4EABA
8 changed files with 336 additions and 71 deletions

View file

@ -118,7 +118,7 @@ private:
String title;
String tr_title;
mutable int current_screen = 0;
mutable Vector2i position;
mutable Point2i position;
mutable Size2i size = Size2i(DEFAULT_WINDOW_SIZE, DEFAULT_WINDOW_SIZE);
mutable Size2i min_size;
mutable Size2i max_size;