mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-08 02:54:56 -06:00
CtrlCore: Fixed issue with default skin
git-svn-id: svn://ultimatepp.org/upp/trunk@14312 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
8dc013f007
commit
240cb33e59
5 changed files with 10 additions and 5 deletions
|
|
@ -5,8 +5,10 @@ namespace Upp {
|
|||
#define TFILE <CtrlLib/CtrlLib.t>
|
||||
#include <Core/t.h>
|
||||
|
||||
void CtrlSetDefaultSkin(void (*_skin)());
|
||||
|
||||
INITIALIZER(CtrlLib) {
|
||||
Ctrl::SetSkin(ChHostSkin);
|
||||
CtrlSetDefaultSkin(ChHostSkin);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue