Revert "[Tizen] Support legacy way to create InputMethodContext" 19/214419/1
authordongsug.song <dongsug.song@samsung.com>
Mon, 23 Sep 2019 03:57:59 +0000 (12:57 +0900)
committerdongsug.song <dongsug.song@samsung.com>
Mon, 23 Sep 2019 03:58:10 +0000 (12:58 +0900)
This reverts commit 38fc633951f389a0bb1d1cfa30b81724ef4137da.

Change-Id: If6fb90c944049b2dea5951919b3031735cc5178c

dali-csharp-binder/src/input-method-context.cpp

index 2e9d2fd..822687a 100755 (executable)
@@ -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<char*>(e.what())); return 0;