when the selection is made.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33953
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
#if wxUSE_CLIPBOARD
if ( m_selection )
{
#if wxUSE_CLIPBOARD
if ( m_selection )
{
+#if defined(__UNIX__) && !defined(__WXMAC__)
wxTheClipboard->UsePrimarySelection(t == Primary);
#else // !__UNIX__
// Primary selection exists only under X11, so don't do anything under
wxTheClipboard->UsePrimarySelection(t == Primary);
#else // !__UNIX__
// Primary selection exists only under X11, so don't do anything under