浏览代码

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 13 年之前
父节点
当前提交
869b50fa05
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()