Hide Control focus when given via mouse input
This commit is contained in:
parent
2753d333f6
commit
aeb3a45c97
53 changed files with 229 additions and 105 deletions
|
|
@ -114,7 +114,7 @@ void OptionButton::_notification(int p_what) {
|
|||
clr = theme_cache.font_disabled_color;
|
||||
break;
|
||||
default:
|
||||
if (has_focus()) {
|
||||
if (has_focus(true)) {
|
||||
clr = theme_cache.font_focus_color;
|
||||
} else {
|
||||
clr = theme_cache.font_color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue