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:
@@ -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) )
|
||||
|
Reference in New Issue
Block a user