Merge pull request #761 from isaak654/patch-9
Fix separator line in Sbiectrl
This commit is contained in:
commit
fd4f5c67fd
|
@ -1645,7 +1645,7 @@ void CMyFrame::InitSandboxMenu2(CMenu *model, CMenu *child, UINT BaseId)
|
||||||
|
|
||||||
} else if (id == 0) {
|
} else if (id == 0) {
|
||||||
|
|
||||||
child->AppendMenu(MF_SEPARATOR, 0, title);
|
child->AppendMenu(MF_SEPARATOR, 0, (LPCTSTR)nullptr);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue