Merge pull request #43977 from FIF15/restore-default-focus-mode-on-master

fix #43695 on master by revert part of #41576
This commit is contained in:
Rémi Verschelde 2020-11-30 09:39:27 +01:00 committed by GitHub
commit 2c6e6e930e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -295,5 +295,6 @@ void LinkButton::_bind_methods() {
LinkButton::LinkButton() {
text_buf.instance();
underline_mode = UNDERLINE_MODE_ALWAYS;
set_focus_mode(FOCUS_NONE);
set_default_cursor_shape(CURSOR_POINTING_HAND);
}