]> git.saurik.com Git - wxWidgets.git/commit - include/wx/stattext.h
no real changes: just a small optimization on wxStaticText::DoSetLabel() to avoid...
authorFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 28 Mar 2010 22:23:38 +0000 (22:23 +0000)
committerFrancesco Montorsi <f18m_cpp217828@yahoo.it>
Sun, 28 Mar 2010 22:23:38 +0000 (22:23 +0000)
commit7517dcb56e4153e11abc99f464d70ddeb25e3af0
treea008444792805932e9cf4375bb855158d01c4925
parentfa794151356cb766c72fd691ab470be1ecefc544
no real changes: just a small optimization on wxStaticText::DoSetLabel() to avoid altering m_labelOrig there (it's already modified by SetLabel(), no need to change it twice)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63767 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/control.h
include/wx/stattext.h
src/gtk/stattext.cpp