mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-03 11:30:25 +02:00
* do not hide the cursor after returning from the output screen, because it may have to be visible (if e.g. the editor window has the focus); instead, cursor state should be restored in UserScreen^.SwitchBackToIDEScreen
git-svn-id: trunk@29083 -
This commit is contained in:
parent
8f05f8c839
commit
6482157e90
@ -1482,7 +1482,6 @@ 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