CtrlCore: StateH(OPEN) fixes GridCtrl

git-svn-id: svn://ultimatepp.org/upp/trunk@12785 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-02-22 18:02:46 +00:00
parent 78341d6a6d
commit 4c8a511fa2

View file

@ -144,6 +144,8 @@ void Ctrl::Create(Ctrl *owner, dword style, bool active)
mmtopctrl.Add(this);
RegisterCocoaDropFormats();
StateH(OPEN);
}
void Ctrl::WndDestroy()