]> git.saurik.com Git - wxWidgets.git/commit - src/msw/frame.cpp
Undid last commit and restored bool argument to wxFrame::DoGiveHelp() as
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Apr 2007 18:04:44 +0000 (18:04 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 3 Apr 2007 18:04:44 +0000 (18:04 +0000)
commit6d99eb3e379fc5cdb835f9a87f92b612ec58dd1c
tree196832a6e0938022b35279acf11a3f7a7caeb006
parent05492dd1eb5c8d5407de9fa09372c61de00f1d9d
Undid last commit and restored bool argument to wxFrame::DoGiveHelp() as
removing it could silently break existing user code overriding this function.

Fix the problem with not restoring the original status bar text when the mouse
pointer left the toolbar by simply calling DoGiveHelp() with false as second
parameter only if there was no valid tool under mouse, not if the help string
(for a valid tool) was empty.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45240 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/frame.h
src/common/framecmn.cpp
src/common/tbarbase.cpp
src/msw/frame.cpp