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:
authorJose Medrano <josmed@microsoft.com>2022-04-07 15:03:28 +0300
committerJose Medrano <josmed@microsoft.com>2022-04-07 15:03:28 +0300
commit2659fbb990c9ac34153b965a4f1a24a9656f4cec (patch)
treea3cabaf8746a51016f4cf9ac1b87cb8c26840599
parent037e8e226f1060a97b2d485aab4eb18e81cc6160 (diff)
Removes comment
-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);
}