From: Seoyeon Kim Date: Tue, 8 Oct 2019 04:25:08 +0000 (+0900) Subject: Revert "[Tizen] Support legacy way to create InputMethodContext" X-Git-Tag: accepted/tizen/unified/20191010.032832~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=66edb9117e469a2bb25e485d7f9eed43e974002e;p=platform%2Fcore%2Fuifw%2Fdali-csharp-binder.git Revert "[Tizen] Support legacy way to create InputMethodContext" This reverts commit 5f39d81e02ff92a1743d78173bd0f0d131983fb6. --- diff --git a/dali-csharp-binder/src/input-method-context.cpp b/dali-csharp-binder/src/input-method-context.cpp index 3f169c6..e0c3a80 100755 --- a/dali-csharp-binder/src/input-method-context.cpp +++ b/dali-csharp-binder/src/input-method-context.cpp @@ -549,7 +549,7 @@ SWIGEXPORT void * SWIGSTDCALL CSharp_Dali_InputMethodContext_New() { { try { - result = Dali::InputMethodContext::New( Dali::Stage::GetCurrent().GetRootLayer() ); + result = Dali::InputMethodContext::New(); } catch (std::out_of_range& e) { { SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return 0;