Remove the native cursor for moving on Windows to avoid visual conflicts

Fix #8801
This commit is contained in:
Marek Roszko 2021-09-04 18:26:53 -04:00
parent 59c15842f8
commit 3b7f5a3db7
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ bool KIPLATFORM::UI::IsStockCursorOk( wxStockCursor aCursor )
{ {
switch( aCursor ) switch( aCursor )
{ {
case wxCURSOR_SIZING:
case wxCURSOR_BULLSEYE: case wxCURSOR_BULLSEYE:
case wxCURSOR_HAND: case wxCURSOR_HAND:
case wxCURSOR_ARROW: case wxCURSOR_ARROW: