mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #91333 from YeldhamDev/working_on_this_felt_like_constantly_walking_into_rakes
Make `PopupMenu/Panel` shadows properly visible again
This commit is contained in:
commit
b194e050d7
8 changed files with 336 additions and 67 deletions
|
|
@ -120,7 +120,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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue