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

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Suárez Ruiz <javiersuarezruiz@hotmail.com>2019-07-08 12:45:34 +0300
committermonojenkins <jo.shields+jenkins@xamarin.com>2019-07-08 15:09:28 +0300
commitdd469c105cc85dc6d8c13161315ab65adf21898c (patch)
tree809a24c2d824e18120a008fa57f39c72c4a10cc4
parent29bb8d0140aff1df6add6f50fd5b05a4974f7e77 (diff)
Removed unnecessary parent assignment in VPannedThin
-rw-r--r--main/src/core/MonoDevelop.Ide/MonoDevelop.Components/VPanedThin.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/VPanedThin.cs b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/VPanedThin.cs
index b55006d6d5..cd5fbc2b2d 100644
--- a/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/VPanedThin.cs
+++ b/main/src/core/MonoDevelop.Ide/MonoDevelop.Components/VPanedThin.cs
@@ -36,8 +36,6 @@ namespace MonoDevelop.Components
{
GtkWorkarounds.FixContainerLeak (this);
handle = new CustomGtkPanedHandle (this);
- if(handle.Parent == null)
- handle.Parent = this;
}
public int GrabAreaSize {