Try another cursor

This commit is contained in:
Grégory Soutadé 2011-02-24 21:00:52 +01:00
parent 5451d3c4ce
commit 9e53f9b73d

View File

@ -1494,7 +1494,7 @@ void GridAccount::MassUpdate(std::vector<int>& rows, updateOperationFunc func, v
_parent->Disable();
_parent->SetCursor(wxCursor(wxCURSOR_ARROWWAIT));
_parent->SetCursor(wxCursor(wxCURSOR_WAIT));
_parent->Update();