From 2c02248f15344bb696e6f0b95c740b213022da51 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 22 Jul 2008 15:41:53 +0000 Subject: [PATCH] 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 --- src/mac/carbon/textctrl.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mac/carbon/textctrl.cpp b/src/mac/carbon/textctrl.cpp index e90eb55cc0..a60029dc88 100644 --- a/src/mac/carbon/textctrl.cpp +++ b/src/mac/carbon/textctrl.cpp @@ -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) )