From 13562d6d70082029a4e21f7a35939a923c7b9447 Mon Sep 17 00:00:00 2001 From: Sup Yut Sum Date: Wed, 6 Feb 2013 23:00:39 +0800 Subject: [PATCH] Commit dialog shows "Please wait..." when updating index Signed-off-by: Sup Yut Sum (cherry picked from commit f123a2ff5e9da7298b12565f45f8e3d9d5220633) --- src/TortoiseProc/CommitDlg.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/TortoiseProc/CommitDlg.cpp b/src/TortoiseProc/CommitDlg.cpp index f0a999acf..f5baea7c8 100644 --- a/src/TortoiseProc/CommitDlg.cpp +++ b/src/TortoiseProc/CommitDlg.cpp @@ -914,6 +914,7 @@ UINT CCommitDlg::StatusThread() m_pathwatcher.Stop(); + m_ListCtrl.SetBusy(true); g_Git.RefreshGitIndex(); m_bCancelled = false; -- 2.11.4.GIT