1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-19 14:31:59 +00:00

Remove redundant property "enabled_focus_mode"

Fixes #41529.
This commit is contained in:
FIF15
2020-08-28 17:25:54 +08:00
parent 1aa8f356e1
commit 0e7e25d488
7 changed files with 0 additions and 26 deletions

View File

@@ -127,6 +127,5 @@ void LinkButton::_bind_methods() {
LinkButton::LinkButton() {
underline_mode = UNDERLINE_MODE_ALWAYS;
set_enabled_focus_mode(FOCUS_NONE);
set_default_cursor_shape(CURSOR_POINTING_HAND);
}