trying to fix dnd problems leopard refs #9748

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@54764 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2008-07-22 15:41:53 +00:00
parent cfb265f172
commit 2c02248f15

View File

@@ -1707,6 +1707,7 @@ TXNFrameOptions wxMacMLTEControl::FrameOptionsFromWXStyle( long wxStyle )
#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_3
frameOptions |= kTXNDoFontSubstitutionMask;
frameOptions |= kTXNDisableDragAndDropMask;
#endif
if ( ! (wxStyle & wxTE_NOHIDESEL) )