Try another cursor
This commit is contained in:
parent
5451d3c4ce
commit
9e53f9b73d
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user