mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 13:28:05 +02:00
* 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:
parent
8c7fc80580
commit
a481a62a3e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user