mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Make PopupMenu/Panel shadows properly visible again
This commit is contained in:
parent
0f20e67d8d
commit
f7f6432af6
8 changed files with 336 additions and 71 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue