From 0a32ef3c6b6193e2309250786198ac8bca76214b Mon Sep 17 00:00:00 2001 From: "dongsug.song" Date: Mon, 23 Sep 2019 13:00:02 +0900 Subject: [PATCH] Revert "Revert "[Tizen] Support legacy way to create InputMethodContext"" This reverts commit 658b1edb89d4f3f5fb7d329cb40375d2907535c8. Change-Id: I23e2f5b2f6b40249c5ec00963660085bee8cd354 --- dali-csharp-binder/src/input-method-context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dali-csharp-binder/src/input-method-context.cpp b/dali-csharp-binder/src/input-method-context.cpp index 822687ab..2e9d2fd3 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(); + result = Dali::InputMethodContext::New( Dali::Stage::GetCurrent().GetRootLayer() ); } catch (std::out_of_range& e) { { SWIG_CSharpException(SWIG_IndexError, const_cast(e.what())); return 0; -- 2.34.1