ultimatepp/uppsrc/CtrlLib/CtrlLibInit.cpp
cxl 8dc013f007 CtrlLib: Fixed Chameleon color issue, fixed dark mode option when app is started from theide
git-svn-id: svn://ultimatepp.org/upp/trunk@14311 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-04-15 10:46:02 +00:00

12 lines
164 B
C++

#include "CtrlLib.h"
namespace Upp {
#define TFILE <CtrlLib/CtrlLib.t>
#include <Core/t.h>
INITIALIZER(CtrlLib) {
Ctrl::SetSkin(ChHostSkin);
};
}