From 9e53f9b73d450bf0524282cc5a8a6f44d65a8ef9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Thu, 24 Feb 2011 21:00:52 +0100 Subject: [PATCH] Try another cursor --- src/view/grid/GridAccount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/view/grid/GridAccount.cpp b/src/view/grid/GridAccount.cpp index e961f62..558b597 100644 --- a/src/view/grid/GridAccount.cpp +++ b/src/view/grid/GridAccount.cpp @@ -1494,7 +1494,7 @@ void GridAccount::MassUpdate(std::vector& rows, updateOperationFunc func, v _parent->Disable(); - _parent->SetCursor(wxCursor(wxCURSOR_ARROWWAIT)); + _parent->SetCursor(wxCursor(wxCURSOR_WAIT)); _parent->Update();