mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 16:33:30 +00:00
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
|
@ -3032,7 +3032,7 @@ void VisualScriptEditor::_node_filter_changed(const String &p_text) {
|
|||
void VisualScriptEditor::_notification(int p_what) {
|
||||
|
||||
if (p_what == NOTIFICATION_READY) {
|
||||
node_filter->add_icon_override("right_icon", Control::get_icon("Search", "EditorIcons"));
|
||||
node_filter->set_right_icon(Control::get_icon("Search", "EditorIcons"));
|
||||
node_filter->set_clear_button_enabled(true);
|
||||
variable_editor->connect("changed", this, "_update_members");
|
||||
signal_editor->connect("changed", this, "_update_members");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue