mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
CtrlCore: Fixed issues with Layout
git-svn-id: svn://ultimatepp.org/upp/trunk@12744 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
ae76caac74
commit
d19c2ef021
3 changed files with 4 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue