fix wxASSERT_MSG in PopStatusText: we always need to have at least one string in...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 25 Apr 2009 13:10:07 +0000 (13:10 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sat, 25 Apr 2009 13:10:07 +0000 (13:10 +0000)
commit86c188e74ee23bd03aee8bfa91807efcc2f163c1
tree272962676c1ab7b4cf7110ead624f5118a9e2528
parent8f823da835cbce1d4bdd8a7fa2f56b4cf0b1c8c5
fix wxASSERT_MSG in PopStatusText: we always need to have at least one string in the stack; explicitely refresh the affected status bar pane in Push/PopStatusText as SetStatusText() optimization to avoid flickering cannot detect the stack manipulation which happened (closes #10733)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60341 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/common/statbar.cpp