1. Initialize m_mouseDownTool = NULL. Fixes crash when clicking a non-tool part...
authorDavid Elliott <dfe@tgwbd.org>
Tue, 16 Dec 2003 19:28:21 +0000 (19:28 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 16 Dec 2003 19:28:21 +0000 (19:28 +0000)
commit7c5fbe2a792c629a297111d03abde5edf6161873
tree1273c80ce6d1980b90b97b76b4a9a1541036bb33
parent0643659a4e45e5bef08449293b8be89cbdb581da
1. Initialize m_mouseDownTool = NULL.  Fixes crash when clicking a non-tool part of the toolbar before clicking a tool.
2. Added wxAutoNSAutoreleasePool to CreateButtonCell() and Realize()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/cocoa/toolbar.mm