You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Hide breakpoint indicator when mouse leaves CodeEdit
This commit is contained in:
@@ -220,6 +220,10 @@ void CodeEdit::_notification(int p_what) {
|
|||||||
case NOTIFICATION_DRAG_BEGIN: {
|
case NOTIFICATION_DRAG_BEGIN: {
|
||||||
cancel_code_completion();
|
cancel_code_completion();
|
||||||
} break;
|
} break;
|
||||||
|
|
||||||
|
case NOTIFICATION_MOUSE_EXIT: {
|
||||||
|
queue_redraw();
|
||||||
|
} break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user