Browse Source

* 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 -
nickysn 10 years ago
parent
commit
6482157e90
1 changed files with 0 additions and 1 deletions
  1. 0 1
      ide/fpide.pas

+ 0 - 1
ide/fpide.pas

@@ -1482,7 +1482,6 @@ begin
 
 
   if Assigned(UserScreen) then
   if Assigned(UserScreen) then
     UserScreen^.SwitchBackToIDEScreen;
     UserScreen^.SwitchBackToIDEScreen;
-  Video.SetCursorType(crHidden);
 {$ifdef Windows}
 {$ifdef Windows}
   { This message was sent when the VideoBuffer was smaller
   { This message was sent when the VideoBuffer was smaller
     than was the IdeApp thought => writes to random memory and random crashes... PM }
     than was the IdeApp thought => writes to random memory and random crashes... PM }