Browse Source

Update clear button when clicked

Tomasz Chabora 4 năm trước cách đây
mục cha
commit
836b78f329
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      scene/gui/line_edit.cpp

+ 1 - 0
scene/gui/line_edit.cpp

@@ -70,6 +70,7 @@ void LineEdit::_gui_input(Ref<InputEvent> p_event) {
 			if (!text.empty() && is_editable() && _is_over_clear_button(b->get_position())) {
 				clear_button_status.press_attempt = true;
 				clear_button_status.pressing_inside = true;
+				update();
 				return;
 			}