CtrlCore: Fixed issues with Layout

git-svn-id: svn://ultimatepp.org/upp/trunk@12744 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-02-05 09:03:19 +00:00
parent ae76caac74
commit d19c2ef021
3 changed files with 4 additions and 3 deletions

View file

@ -544,7 +544,6 @@ void SetLayout_Size(Ctrl& ctrl, Size sz)
{
sz = ctrl.AddFrameSize(sz);
ctrl.SetMinSize(sz);
ctrl.SetRect(sz);
}
void SetLayout_Size(Ctrl& ctrl, int cx, int cy)