Explorar o código

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 %!s(int64=13) %!d(string=hai) anos
pai
achega
869b50fa05
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      MainFrm.cpp

+ 1 - 1
MainFrm.cpp

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