mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-23 14:49:13 +02:00
* fix for 11679, hide cursor when returning from dosshell/userprog
git-svn-id: trunk@14918 -
This commit is contained in:
parent
ae2bef4c4d
commit
9fb153f725
@ -1468,6 +1468,7 @@ begin
|
||||
|
||||
if Assigned(UserScreen) then
|
||||
UserScreen^.SwitchBackToIDEScreen;
|
||||
Video.SetCursorType(crHidden);
|
||||
{$ifdef Windows}
|
||||
{ This message was sent when the VideoBuffer was smaller
|
||||
than was the IdeApp thought => writes to random memory and random crashes... PM }
|
||||
|
Loading…
Reference in New Issue
Block a user