From f8802f31089656379f056eb390c0d38484589136 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 6 Jan 2023 00:16:15 -0500 Subject: MacOS: Fix repeated realize/unrealize --- src/mac.m | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/mac.m b/src/mac.m index 658c807..5236d43 100644 --- a/src/mac.m +++ b/src/mac.m @@ -1186,7 +1186,6 @@ puglUnrealize(PuglView* const view) if (impl->wrapperView) { [impl->wrapperView removeFromSuperview]; - impl->wrapperView->puglview = NULL; } if (impl->window) { -- cgit v1.2.1