Do not use theme to set LineEdit right_icon
This commit is contained in:
parent
e8a435c8cd
commit
81fb81de9d
16 changed files with 39 additions and 28 deletions
|
|
@ -287,9 +287,9 @@ void GroupDialog::_notification(int p_what) {
|
|||
add_button->set_icon(get_icon("Forward", "EditorIcons"));
|
||||
remove_button->set_icon(get_icon("Back", "EditorIcons"));
|
||||
|
||||
add_filter->add_icon_override("right_icon", get_icon("Search", "EditorIcons"));
|
||||
add_filter->set_right_icon(get_icon("Search", "EditorIcons"));
|
||||
add_filter->set_clear_button_enabled(true);
|
||||
remove_filter->add_icon_override("right_icon", get_icon("Search", "EditorIcons"));
|
||||
remove_filter->set_right_icon(get_icon("Search", "EditorIcons"));
|
||||
remove_filter->set_clear_button_enabled(true);
|
||||
} break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue