VirtualGui, fixed issue with Splitter and Frame widgets

git-svn-id: svn://ultimatepp.org/upp/trunk@11914 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2018-04-25 17:26:13 +00:00
parent efb874b43c
commit 33565baa3a
31 changed files with 3357 additions and 19 deletions

View file

@ -0,0 +1,21 @@
#include "Local.h"
#ifdef VIRTUALGUI
NAMESPACE_UPP
void ChSysInit()
{
CtrlImg::Reset();
CtrlsImg::Reset();
ChReset();
}
void ChHostSkin()
{
ChSysInit();
}
END_UPP_NAMESPACE
#endif