Merge pull request #59184 from Sauermann/fix-enlarge-safe-rect

This commit is contained in:
Rémi Verschelde 2022-03-16 09:49:22 +01:00 committed by GitHub
commit b1fbd8ab40
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -443,6 +443,7 @@ void EditorSpinSlider::_notification(int p_what) {
case NOTIFICATION_WM_WINDOW_FOCUS_IN:
case NOTIFICATION_WM_WINDOW_FOCUS_OUT:
case NOTIFICATION_WM_CLOSE_REQUEST:
case NOTIFICATION_EXIT_TREE: {
if (grabbing_spinner) {
grabber->hide();