Fix BoxReomve issue (#240)
authorsung-su.kim <sung-su.kim@samsung.com>
Tue, 8 May 2018 09:18:14 +0000 (18:18 +0900)
committerarosis78 <35049857+arosis78@users.noreply.github.com>
Tue, 8 May 2018 09:18:14 +0000 (18:18 +0900)
- Rollback bug fix for TCT
- This should not be applied. It is only for version 5.0.

src/ElmSharp/ElmSharp/Layout.cs

index 7b129ab..c338d56 100644 (file)
@@ -224,7 +224,7 @@ namespace ElmSharp
         public bool BoxRemove(string part, EvasObject child)
         {
             RemoveChild(child);
-            return Interop.Elementary.elm_layout_box_remove(RealHandle, part, child.Handle) != IntPtr.Zero;
+            return Interop.Elementary.elm_layout_box_remove(RealHandle, part, child.Handle) != null;
         }
 
         /// <summary>