]> git.saurik.com Git - wxWidgets.git/commit - src/osx/notebook_osx.cpp
Restored wxNotebook::HitTest for wxOSX-Carbon.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 3 May 2011 12:47:10 +0000 (12:47 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 3 May 2011 12:47:10 +0000 (12:47 +0000)
commitddd7e4307b4a58a21e8a5eb04afe06e1fe65f7d8
treeecfb94f0ead578fc90c27699d86eccdf9c144008
parentf18b415ee35de1ca1725f0fe1fa70589be9dcfeb
Restored wxNotebook::HitTest for wxOSX-Carbon.

Since the copying of src/osx/carbon/notebmac.cpp to src/osx/notebook_osx.cpp in r55202 the code in wxNotebook::HitTest has been disabled. Enabled it again for at least the Carbon build.

See #13045.

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