]> git.saurik.com Git - wxWidgets.git/blobdiff - src/richtext/richtextformatdlg.cpp
fix for tabs drawing in RTL (patch 1552881)
[wxWidgets.git] / src / richtext / richtextformatdlg.cpp
index 13a7d85a8433ccba5feb5f76416a31bcdc3a9765..bfe3c2565c385f7ed76bf33985c9fad5d18a62a1 100644 (file)
@@ -248,7 +248,7 @@ bool wxRichTextFormattingDialogFactory::CreatePages(long pages, wxRichTextFormat
                 int imageIndex = GetPageImage(pageId);
                 dialog->GetBookCtrl()->AddPage(panel, title, !selected, imageIndex);
                 selected = true;
-                
+
                 dialog->AddPageId(pageId);
             }
         }