Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Xwt.XamMac/Xwt.Mac/PopupWindowBackend.cs')
-rw-r--r--Xwt.XamMac/Xwt.Mac/PopupWindowBackend.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Xwt.XamMac/Xwt.Mac/PopupWindowBackend.cs b/Xwt.XamMac/Xwt.Mac/PopupWindowBackend.cs
index d3bac419..ac60a298 100644
--- a/Xwt.XamMac/Xwt.Mac/PopupWindowBackend.cs
+++ b/Xwt.XamMac/Xwt.Mac/PopupWindowBackend.cs
@@ -550,7 +550,7 @@ namespace Xwt.Mac
ContentView.RemoveObserver(this, HiddenProperty);
// HACK: Xamarin.Mac/MonoMac limitation: no direct way to release a window manually
- // A NSWindow instance will be removed from NSApplication.SharedApplication.Windows
+ // A NSWindow instance will be removed from NSApplication.SharedApplication.DangerousWindows
// only if it is being closed with ReleasedWhenClosed set to true but not on Dispose
// and there is no managed way to tell Cocoa to release the window manually (and to
// remove it from the active window list).