Fix TextEdit breakpoint hover not hiding

This commit is contained in:
kit
2025-01-15 17:59:07 -05:00
parent 4ce466d7fa
commit 8274e64402
4 changed files with 140 additions and 50 deletions
-1
View File
@@ -275,7 +275,6 @@ void CodeEdit::_notification(int p_what) {
} break;
case NOTIFICATION_MOUSE_EXIT: {
queue_redraw();
symbol_tooltip_timer->stop();
} break;
}