use wxSTB_ as prefix for wxStatusBar styles; add support for wxSTB_ELLIPSIZE_* flags under wxGTK; support wxSTB_SHOW_TIPS even if no ellipsization mode is active; update the sample to allow the user to choose the wxStatusBar style dynamically
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60337 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -127,7 +127,7 @@ void wxStatusBarUniv::DoDraw(wxControlRenderer *renderer)
|
||||
// have the corresponding style and even then only if we really can
|
||||
// resize this frame
|
||||
if ( n == (int)m_panes.GetCount() - 1 &&
|
||||
HasFlag(wxST_SIZEGRIP) &&
|
||||
HasFlag(wxSTB_SIZEGRIP) &&
|
||||
GetParent()->HasFlag(wxRESIZE_BORDER) &&
|
||||
parentTLW && !parentTLW->IsMaximized() )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user