X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Fpopup%2Fpopup-impl.cpp;h=c7dd2e42d16ab3a03aab38f564bf6a3ca600a84b;hb=a827febe27e8131e681c24c255472bbbf097905f;hp=979492137a57f8cf6d8e5fde251c2c8115c1a990;hpb=db152116b8c7de79b206d7d361c9d3875d05d0ac;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..c7dd2e4 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 ); + DevelActor::LowerToBottom(mPopupBackgroundImage); 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 );