From 1ca6886959f05bac939c5f97c44812e2850562f7 Mon Sep 17 00:00:00 2001 From: joyfullservice Date: Wed, 25 Oct 2023 16:08:09 -0500 Subject: [PATCH] Adjust indenting (minor change) --- Version Control.accda.src/modules/modSanitize.bas | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Version Control.accda.src/modules/modSanitize.bas b/Version Control.accda.src/modules/modSanitize.bas index 5eb760be..c13653bb 100644 --- a/Version Control.accda.src/modules/modSanitize.bas +++ b/Version Control.accda.src/modules/modSanitize.bas @@ -394,12 +394,12 @@ Private Sub CloseBlock() ' Skip if we are not using themes for this control (UseTheme=0) ' (Applies to "CommandButton", "Tab", "ToggleButton") - If dBlock.Exists("UseTheme") Then - ' Remove this block + If dBlock.Exists("UseTheme") Then + ' Remove this block m_colBlocks.Remove m_colBlocks.Count - Exit Sub - End If - + Exit Sub + End If + ' Build array of base properties varBase = Array("Back", "AlternateBack", "Border", _ "Fore", "Gridline", "HoverFore", _