1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-17 14:11:06 +00:00

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

View File

@@ -275,7 +275,6 @@ void CodeEdit::_notification(int p_what) {
} break;
case NOTIFICATION_MOUSE_EXIT: {
queue_redraw();
symbol_tooltip_timer->stop();
} break;
}