[gtk/wip/chergert/quartz4u: 734/782] macos: dont clear the delegate
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/chergert/quartz4u: 734/782] macos: dont clear the delegate
- Date: Thu, 11 Jun 2020 19:00:27 +0000 (UTC)
commit 33516e29fe7662ecfc5061d60cf299856091e0a7
Author: Christian Hergert <chergert redhat com>
Date: Tue May 19 11:19:42 2020 -0700
macos: dont clear the delegate
We actually need some more notifications and this doesn't seem to be
happening for me on Catalina. We can check other releases later when we
look at supporting legacy releases.
gdk/macos/GdkMacosWindow.c | 9 ---------
1 file changed, 9 deletions(-)
---
diff --git a/gdk/macos/GdkMacosWindow.c b/gdk/macos/GdkMacosWindow.c
index f56119a949..108d6cb86b 100644
--- a/gdk/macos/GdkMacosWindow.c
+++ b/gdk/macos/GdkMacosWindow.c
@@ -37,15 +37,6 @@
@implementation GdkMacosWindow
--(void)windowWillClose:(NSNotification*)notification
-{
- /* Clears the delegate when window is going to be closed; since EL
- * Capitan it is possible that the methods of delegate would get called
- * after the window has been closed.
- */
- [self setDelegate:nil];
-}
-
-(BOOL)windowShouldClose:(id)sender
{
GdkDisplay *display;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]