Merge pull request #473 from isaak654/patch-1

Fix code alignment
This commit is contained in:
DavidXanatos 2021-01-30 22:35:48 +01:00 committed by GitHub
commit 30af393bec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 13 deletions

View File

@ -247,8 +247,7 @@ void CAppPage::Access_OnInitDialog(CBox &box)
void CAppPage::Access_OnOK(CBox &box)
{
BOOL global = CBoxes::GetInstance().GetBox(0).
IsTemplateEnabled(Template_ScreenReader);
BOOL global = CBoxes::GetInstance().GetBox(0).IsTemplateEnabled(Template_ScreenReader);
BOOL wasEnabled = box.IsTemplateEnabled(Template_ScreenReader);
if (! wasEnabled)