Forráskód Böngészése

* 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 éve
szülő
commit
6482157e90
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      ide/fpide.pas

+ 0 - 1
ide/fpide.pas

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