OSDN Git Service

Add WaitCursors for OpenSelection calls
authorPerry Rapp <elsapo@users.sourceforge.net>
Sat, 19 Apr 2003 17:19:43 +0000 (17:19 +0000)
committerPerry Rapp <elsapo@users.sourceforge.net>
Sat, 19 Apr 2003 17:19:43 +0000 (17:19 +0000)
Src/DirView.cpp
Src/readme.txt

index 99a4730..3def32d 100644 (file)
@@ -212,6 +212,7 @@ void CDirView::OnInitialUpdate()
 
 void CDirView::OnLButtonDblClk(UINT nFlags, CPoint point) 
 {
+       CWaitCursor wait;
        OpenSelection();
        CListViewEx::OnLButtonDblClk(nFlags, point);
 }
@@ -484,6 +485,7 @@ void CDirView::OnChar(UINT nChar, UINT nRepCnt, UINT nFlags)
 {
        if(nChar==VK_RETURN)
        {
+               CWaitCursor wait;
                OpenSelection();
        }
        CListViewEx::OnChar(nChar, nRepCnt, nFlags);
index ac9c9e8..e0f942b 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-19 Perry
+ [ 724280 ] Could use wait cursors at OpenSelection calls
+  WinMerge: DirView.cpp
+
 2003-04-15 Perry
  PATCH: [ 722083 ] refresh button (menu item, accelerator)
   WinMerge: DirView.cpp DirView.h Merge.rc MergeEditView.cpp MergeEditView.h resource.h res/Toolbar.bmp