]> git.saurik.com Git - wxWidgets.git/blobdiff - src/html/htmlcell.cpp
Don't call StartingKey if the key was F2
[wxWidgets.git] / src / html / htmlcell.cpp
index 8ea2197716ad12b3b459ca0c2de4f5c1bfd6e009..c8be065e51c8161a28c463f70e2f99115748a274 100644 (file)
@@ -1237,7 +1237,8 @@ void wxHtmlContainerCell::RemoveExtraSpacing(bool top, bool bottom)
                     cont = (wxHtmlContainerCell*)c;
                     if ( IsEmptyContainer(cont) )
                     {
-                        cont->SetIndent(0, wxHTML_INDENT_VERTICAL);                                 }
+                        cont->SetIndent(0, wxHTML_INDENT_VERTICAL);
+                    }
                     else
                     {
                         cont->RemoveExtraSpacing(false, true);