Browse Source

don't activate the target when receiving clip from remote system

git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@584 595ec19a-5cb4-439b-94a8-42fb3063c22c
sabrogden 14 years ago
parent
commit
cc69a9fe39
1 changed files with 1 additions and 0 deletions
  1. 1 0
      MainFrm.cpp

+ 1 - 0
MainFrm.cpp

@@ -697,6 +697,7 @@ LRESULT CMainFrame::OnLoadClipOnClipboard(WPARAM wParam, LPARAM lParam)
     {
 		CProcessPaste paste;
 		paste.m_bSendPaste = false;
+		paste.m_bActivateTarget = false;
 
 		LogSendRecieveInfo("---------OnLoadClipOnClipboard - Before PutFormats on clipboard");