Skip to content

Commit

Permalink
Merge pull request #761 from isaak654/patch-9
Browse files Browse the repository at this point in the history
Fix separator line in Sbiectrl
  • Loading branch information
DavidXanatos authored Apr 9, 2021
2 parents 3a3e5be + 57160ac commit fd4f5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sandboxie/apps/control/MyFrame.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 {

Expand Down Expand Up @@ -2396,4 +2396,4 @@ void CMyFrame::CheckShouldDelete(CBox &box)
{
return 0;
}*/
}*/

0 comments on commit fd4f5c6

Please sign in to comment.