X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali-toolkit%2Finternal%2Fcontrols%2Ftooltip%2Ftooltip.cpp;h=012db24705876fc864d7a9204f181e1ae71d1767;hb=refs%2Fchanges%2F20%2F238520%2F3;hp=e8a5ebbce35312bf01b5623b20716a4c3caaa710;hpb=5e937a6322849b76d49d5b3f41cb5d91c94acd3e;p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git diff --git a/dali-toolkit/internal/controls/tooltip/tooltip.cpp b/dali-toolkit/internal/controls/tooltip/tooltip.cpp index e8a5ebb..012db24 100644 --- a/dali-toolkit/internal/controls/tooltip/tooltip.cpp +++ b/dali-toolkit/internal/controls/tooltip/tooltip.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -23,11 +23,11 @@ #include #include -#include +#include #include // INTERNAL INCLUDES -#include +#include #include #include #include @@ -658,7 +658,7 @@ void Tooltip::OnRelayout( Actor actor ) tail.SetProperty( Actor::Property::VISIBLE, false ); } - mPopup.SetPosition( position ); + mPopup.SetProperty( Actor::Property::POSITION, position ); } }