Hide Control focus when given via mouse input
This commit is contained in:
@ -1343,7 +1343,7 @@ void LineEdit::_notification(int p_what) {
|
||||
style->draw(ci, Rect2(Point2(), size));
|
||||
}
|
||||
|
||||
if (has_focus()) {
|
||||
if (has_focus(true)) {
|
||||
theme_cache.focus->draw(ci, Rect2(Point2(), size));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user