X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fdecorator%2Ftext-decorator.cpp;h=d09eacb4716851fecb2e7b6b9e18c42450cfd09d;hb=3165015e71de120f15dcdd8079710d2abb85d53b;hp=2eacef4c6441687632efb123ca2ff8f3e32a4542;hpb=d84ed16e09247b8cff122c22b3cb0e9856cea7aa;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/text/decorator/text-decorator.cpp b/dali-toolkit/internal/text/decorator/text-decorator.cpp index 2eacef4..d09eacb 100644 --- a/dali-toolkit/internal/text/decorator/text-decorator.cpp +++ b/dali-toolkit/internal/text/decorator/text-decorator.cpp @@ -1528,6 +1528,7 @@ void Decorator::SetEnabledPopupButtons( TextSelectionPopup::Buttons& enabledButt if( mImpl->mActiveLayer ) { mImpl->mActiveLayer.Add( mImpl->mCopyPastePopup.actor ); + mImpl->mCopyPastePopup.actor.ShowPopup(); } }