X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.NUI%2Fsrc%2Fpublic%2FBaseComponents%2FViewPublicMethods.cs;h=89287842319195d98b76d097e4dd969d5e1cf807;hb=2a382aafc0a120b7688c1e2683cb647ff7a7b741;hp=7560872ef73cde1795fed55d73d32f7ecce188d9;hpb=d8fcea030cbf734911d902e89ccc08e5c388f753;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs b/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs index 7560872..8928784 100755 --- a/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs +++ b/src/Tizen.NUI/src/public/BaseComponents/ViewPublicMethods.cs @@ -183,7 +183,8 @@ namespace Tizen.NUI.BaseComponents if (child.GetParent() != this) { - throw new System.InvalidOperationException("You have deleted a view that is not a child of this view."); + //throw new System.InvalidOperationException("You have deleted a view that is not a child of this view."); + Tizen.Log.Error("NUI", "You have deleted a view that is not a child of this view."); } bool hasLayout = (layout != null);