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:
-rw-r--r--Xwt.XamMac/Xwt.Mac/WindowFrameBackend.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/Xwt.XamMac/Xwt.Mac/WindowFrameBackend.cs b/Xwt.XamMac/Xwt.Mac/WindowFrameBackend.cs
index d9d429a2..bfae9ac8 100644
--- a/Xwt.XamMac/Xwt.Mac/WindowFrameBackend.cs
+++ b/Xwt.XamMac/Xwt.Mac/WindowFrameBackend.cs
@@ -107,7 +107,6 @@ namespace Xwt.Mac
{
if (parentWindow != null && Visible)
{
- //if there is any child window we remove it
if (!parentWindow.ChildWindows.Contains(window))
parentWindow.AddChildWindow(window, NSWindowOrderingMode.Above);
}