PNS: hide cursor after inline dragging.

This commit is contained in:
Maciej Suminski 2015-07-07 18:36:47 +02:00
parent 5b7d08f2fd
commit 2dc9d2ae66
1 changed files with 1 additions and 0 deletions

View File

@ -828,6 +828,7 @@ int ROUTER_TOOL::InlineDrag( const TOOL_EVENT& aEvent )
ctls->SetAutoPan( false );
ctls->ForceCursorPosition( false );
ctls->ShowCursor( false );
return 0;
}