* hide the mouse before saving the go32v2 IDE screen. This fixes a bug which causes the mouse to leave a trace when returning to the IDE screen after viewing the user screen, if the mouse has been moved during the time the user screen was visible

git-svn-id: trunk@29074 -
This commit is contained in:
nickysn 2014-11-14 20:56:53 +00:00
parent 8c7fc80580
commit a481a62a3e

View File

@ -483,7 +483,9 @@ begin
GetMem(VIDEBuffer,IDEVideoInfo.ScreenSize);
VIDEBufferSize:=IDEVideoInfo.ScreenSize;
end;
HideMouse;
DosmemGet(VSeg,SOfs,VIDEBuffer^,IDEVideoInfo.ScreenSize);
ShowMouse;
end;
procedure TDosScreen.SaveConsoleScreen;