mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
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:
parent
efb874b43c
commit
33565baa3a
31 changed files with 3357 additions and 19 deletions
21
uppsrc/VirtualGui/ChSysInit.cpp
Normal file
21
uppsrc/VirtualGui/ChSysInit.cpp
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue