Changed name to wxFIXED_MINSIZE since that is more descriptive of what
it does. The size can still be changed by the sizer, but it won't query the minsize if this flag is set. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26665 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -193,7 +193,7 @@ wxSize wxSizerItem::CalcMin()
|
||||
}
|
||||
else
|
||||
{
|
||||
if ( IsWindow() && !(m_flag & wxFIXED_SIZE) )
|
||||
if ( IsWindow() && !(m_flag & wxFIXED_MINSIZE) )
|
||||
{
|
||||
// the size of the window may change during run-time, we should
|
||||
// use the current minimal size
|
||||
|
Reference in New Issue
Block a user