X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8b5ef6cfd2e9928d462221ce384236cceff07c5f..fb8a56b77ce195d0bd9ac6984e3e5cbb7136faca:/include/wx/frame.h diff --git a/include/wx/frame.h b/include/wx/frame.h index 7a0ad8453a..cc09dfbcb4 100644 --- a/include/wx/frame.h +++ b/include/wx/frame.h @@ -5,7 +5,7 @@ // Modified by: // Created: 15.11.99 // RCS-ID: $Id$ -// Copyright: (c) wxWindows team +// Copyright: (c) wxWidgets team // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -112,7 +112,8 @@ public: virtual wxStatusBar *GetStatusBar() const { return m_frameStatusBar; } // sets the main status bar - void SetStatusBar(wxStatusBar *statBar) { m_frameStatusBar = statBar; } + void SetStatusBar(wxStatusBar *statBar) + { m_frameStatusBar = statBar; PositionStatusBar(); } // forward these to status bar virtual void SetStatusText(const wxString &text, int number = 0);