Remove the native cursor for moving on Windows to avoid visual conflicts
Fix #8801
This commit is contained in:
parent
59c15842f8
commit
3b7f5a3db7
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue