Fix properties for container sizing not clipping in the inspector
This commit is contained in:
parent
dec5a373d9
commit
4b73e5af24
1 changed files with 1 additions and 0 deletions
|
|
@ -439,6 +439,7 @@ EditorPropertySizeFlags::EditorPropertySizeFlags() {
|
|||
|
||||
flag_expand = memnew(CheckBox);
|
||||
flag_expand->set_text(TTR("Expand"));
|
||||
flag_expand->set_clip_text(true);
|
||||
vb->add_child(flag_expand);
|
||||
add_focusable(flag_expand);
|
||||
flag_expand->connect(SceneStringName(pressed), callable_mp(this, &EditorPropertySizeFlags::_expand_toggled));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue