mirror of
https://github.com/godotengine/godot.git
synced 2026-01-05 06:11:29 +03:00
missing changes
This commit is contained in:
@@ -109,6 +109,9 @@ public:
|
||||
frame->set_anchor( MARGIN_RIGHT, Control::ANCHOR_END );
|
||||
frame->set_anchor( MARGIN_BOTTOM, Control::ANCHOR_END );
|
||||
frame->set_end( Point2(0,0) );
|
||||
|
||||
Ref<Theme> t = memnew( Theme );
|
||||
frame->set_theme(t);
|
||||
|
||||
get_root()->add_child( frame );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user