No changes, just removed hard tabs and trailing white space.
This commit is huge but there are no non-white-space changes in it. Some files containing third-party sources (src/msw/wince/time.cpp, src/x11/pango*.cpp) were left unchanged. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2198,12 +2198,12 @@ void wxStaticBoxSizer::RecalcSizes()
|
||||
#if defined( __WXGTK20__ )
|
||||
// if the wxStaticBox has created a wxPizza to contain its children
|
||||
// (see wxStaticBox::AddChild) then we need to place the items it contains
|
||||
// in the wxBoxSizer::RecalcSizes() call below using coordinates relative
|
||||
// in the wxBoxSizer::RecalcSizes() call below using coordinates relative
|
||||
// to the top-left corner of the staticbox:
|
||||
m_position.x = m_position.y = 0;
|
||||
#else
|
||||
// if the wxStaticBox has childrens, then these windows must be placed
|
||||
// by the wxBoxSizer::RecalcSizes() call below using coordinates relative
|
||||
// by the wxBoxSizer::RecalcSizes() call below using coordinates relative
|
||||
// to the top-left corner of the staticbox (but unlike wxGTK, we need
|
||||
// to keep in count the static borders here!):
|
||||
m_position.x = other_border;
|
||||
|
Reference in New Issue
Block a user