X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fpopup%2Fpopup-impl.cpp;h=cde648a130d4f1bf0f17fa9a74ff4fde8e6eed7d;hb=648e3686e41d52a8adfce370156e901369b54716;hp=979492137a57f8cf6d8e5fde251c2c8115c1a990;hpb=84d36f3df81b55d0c7ae20db8005a28742fa4060;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/popup/popup-impl.cpp b/dali-toolkit/internal/controls/popup/popup-impl.cpp index 9794921..cde648a 100644 --- a/dali-toolkit/internal/controls/popup/popup-impl.cpp +++ b/dali-toolkit/internal/controls/popup/popup-impl.cpp @@ -30,6 +30,7 @@ #include #include #include +#include #include // INTERNAL INCLUDES @@ -592,6 +593,7 @@ void Popup::SetPopupBackgroundImage( Actor image ) const bool prevAlter = mAlterAddedChild; mAlterAddedChild = false; mPopupContainer.Add( mPopupBackgroundImage ); + mPopupBackgroundImage.LowerToBottom(); mAlterAddedChild = prevAlter; if( mTailImage ) @@ -917,7 +919,6 @@ Toolkit::Control Popup::CreateBacking() // Must always be positioned top-left of stage, regardless of parent. backing.SetInheritPosition(false); - backing.SetAnchorPoint( AnchorPoint::TOP_LEFT ); // Always the full size of the stage. backing.SetResizePolicy( ResizePolicy::FIXED, Dimension::ALL_DIMENSIONS );