Remove debug focus rect draws from MenuBar and GraphNode.

This commit is contained in:
Pāvels Nadtočajevs
2025-04-12 20:51:17 +03:00
parent 215acd52e8
commit 5688d30439
3 changed files with 2 additions and 10 deletions

View File

@ -639,10 +639,6 @@ void GraphNode::_notification(int p_what) {
// Draw body (slots area) stylebox.
draw_style_box(sb_to_draw_panel, body_rect);
if (has_focus()) {
draw_style_box(theme_cache.panel_focus, body_rect);
}
// Draw title bar stylebox above.
draw_style_box(sb_to_draw_titlebar, titlebar_rect);