Merge pull request #761 from isaak654/patch-9

Fix separator line in Sbiectrl
This commit is contained in:
DavidXanatos 2021-04-09 10:33:55 +02:00 committed by GitHub
commit fd4f5c67fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -1645,7 +1645,7 @@ void CMyFrame::InitSandboxMenu2(CMenu *model, CMenu *child, UINT BaseId)
} else if (id == 0) {
child->AppendMenu(MF_SEPARATOR, 0, title);
child->AppendMenu(MF_SEPARATOR, 0, (LPCTSTR)nullptr);
} else {
@ -2396,4 +2396,4 @@ void CMyFrame::CheckShouldDelete(CBox &box)
{
return 0;
}*/
}*/