mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-06-03 06:12:43 -06:00
*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:
parent
1b38675a78
commit
e7ce1b535f
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ bool Ctrl::IsOcxChild()
|
|||
|
||||
Ctrl::Ctrl() {
|
||||
GuiLock __;
|
||||
ChSync();
|
||||
SyncCh();
|
||||
LLOG("Ctrl::Ctrl");
|
||||
GuiPlatformConstruct();
|
||||
destroying = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue