*CtrlCore: ChSync->SyncCh in Ctrl constructor

git-svn-id: svn://ultimatepp.org/upp/trunk@3766 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2011-08-16 00:47:03 +00:00
parent 1b38675a78
commit e7ce1b535f

View file

@ -548,7 +548,7 @@ bool Ctrl::IsOcxChild()
Ctrl::Ctrl() {
GuiLock __;
ChSync();
SyncCh();
LLOG("Ctrl::Ctrl");
GuiPlatformConstruct();
destroying = false;