TextInput Popup scrolling fixed after GUI changes. GUI settings changed.
[platform/core/uifw/dali-toolkit.git] / base / dali-toolkit / internal / controls / text-input / text-input-impl.cpp
index 2ec8170..b577b06 100644 (file)
@@ -794,9 +794,6 @@ void TextInput::SetBoundingRectangle( const Rect<float>& boundingRectangle )
                           originY + boundingRectangle.height );
 
   mBoundingRectangleWorldCoordinates = boundary;
-
-  // Set Boundary for Popup so it keeps the Pop-up within the area also.
-  mPopupPanel.SetPopupBoundary( boundingRectangle );
 }
 
 const Rect<float> TextInput::GetBoundingRectangle() const