Fix close button in FindReplaceBar
This commit is contained in:
parent
fd33c7b32f
commit
d9afa1dd58
1 changed files with 1 additions and 1 deletions
|
|
@ -761,7 +761,7 @@ FindReplaceBar::FindReplaceBar() {
|
|||
hide_button = memnew(TextureButton);
|
||||
add_child(hide_button);
|
||||
hide_button->set_focus_mode(FOCUS_NONE);
|
||||
hide_button->connect("pressed", callable_mp(this, &FindReplaceBar::_hide_bar));
|
||||
hide_button->connect("pressed", callable_mp(this, &FindReplaceBar::_hide_bar).bind(false));
|
||||
hide_button->set_v_size_flags(SIZE_SHRINK_CENTER);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue