Whitespaces lined up.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39712 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2006-06-14 10:14:13 +00:00
parent b836b6ea08
commit 696978ee96
2 changed files with 23 additions and 23 deletions

View File

@@ -363,7 +363,7 @@ void wxDefaultDockArt::DrawBorder(wxDC& dc, const wxRect& _rect,
rect.Deflate(1);
}
}
else
else
{
for (i = 0; i < border_width; ++i)
{
@@ -385,7 +385,7 @@ void wxDefaultDockArt::DrawCaptionBackground(wxDC& dc, const wxRect& rect, bool
dc.DrawRectangle(rect.x, rect.y, rect.width, rect.height);
}
else
else
{
if (active)
{
@@ -434,7 +434,7 @@ void wxDefaultDockArt::DrawCaption(wxDC& dc,
if (pane.state & wxPaneInfo::optionActive)
dc.SetTextForeground(m_active_caption_text_colour);
else
else
dc.SetTextForeground(m_inactive_caption_text_colour);