Procházet zdrojové kódy

when opening from right click open show use normal positioning, rather than just where it was

git-svn-id: svn://svn.code.sf.net/p/ditto-cp/code/trunk@659 595ec19a-5cb4-439b-94a8-42fb3063c22c
sabrogden před 13 roky
rodič
revize
869b50fa05
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      MainFrm.cpp

+ 1 - 1
MainFrm.cpp

@@ -562,7 +562,7 @@ LRESULT CMainFrame::OnShowTrayIcon(WPARAM wParam, LPARAM lParam)
 
 
 void CMainFrame::OnFirstShowquickpaste()
 void CMainFrame::OnFirstShowquickpaste()
 {
 {
-    m_quickPaste.ShowQPasteWnd(this, true, false, FALSE);
+    m_quickPaste.ShowQPasteWnd(this, false, false, FALSE);
 }
 }
 
 
 void CMainFrame::OnFirstToggleConnectCV()
 void CMainFrame::OnFirstToggleConnectCV()