Hide breakpoint indicator when mouse leaves CodeEdit
This commit is contained in:
parent
ada712e06a
commit
6e182d41f4
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user