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:
commit
2c6e6e930e
1 changed files with 1 additions and 0 deletions
|
@ -295,5 +295,6 @@ void LinkButton::_bind_methods() {
|
||||||
LinkButton::LinkButton() {
|
LinkButton::LinkButton() {
|
||||||
text_buf.instance();
|
text_buf.instance();
|
||||||
underline_mode = UNDERLINE_MODE_ALWAYS;
|
underline_mode = UNDERLINE_MODE_ALWAYS;
|
||||||
|
set_focus_mode(FOCUS_NONE);
|
||||||
set_default_cursor_shape(CURSOR_POINTING_HAND);
|
set_default_cursor_shape(CURSOR_POINTING_HAND);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue