mirror of
https://github.com/kangyu-california/PersistentWindows.git
synced 2025-05-11 13:05:38 +02:00
do not center cursor to avoid restore failure
This commit is contained in:
parent
cd2372dae6
commit
472b12ba3a
1 changed files with 0 additions and 1 deletions
|
@ -630,7 +630,6 @@ namespace PersistentWindows.Common
|
|||
{
|
||||
restoringFromMem = true;
|
||||
StartRestoreTimer(milliSecond: UserForcedRestoreLatency > 0 ? UserForcedRestoreLatency : RestoreLatency);
|
||||
CenterCursor();
|
||||
}
|
||||
}
|
||||
else if (error == 0 && pquns.HasFlag(Shell32.QUERY_USER_NOTIFICATION_STATE.QUNS_RUNNING_D3D_FULL_SCREEN))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue