* 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:
nickysn 2014-11-16 19:09:25 +00:00
parent 8f05f8c839
commit 6482157e90

View File

@ -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 }