You've already forked godot
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:
@@ -275,7 +275,6 @@ void CodeEdit::_notification(int p_what) {
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_MOUSE_EXIT: {
|
||||
queue_redraw();
|
||||
symbol_tooltip_timer->stop();
|
||||
} break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user