You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Hide Control focus when given via mouse input
This commit is contained in:
@@ -861,7 +861,7 @@ void GraphEdit::_notification(int p_what) {
|
||||
// Draw background fill.
|
||||
draw_style_box(theme_cache.panel, Rect2(Point2(), get_size()));
|
||||
|
||||
if (has_focus()) {
|
||||
if (has_focus(true)) {
|
||||
draw_style_box(theme_cache.panel_focus, Rect2(Point2(), get_size()));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user