mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
magnifier: Animate focus/caret position changes
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/984
This commit is contained in:
parent
60c540e93a
commit
b1ea4f6c35
1 changed files with 2 additions and 1 deletions
|
|
@ -1186,7 +1186,8 @@ var ZoomRegion = class ZoomRegion {
|
|||
|
||||
this._followingCursor = false;
|
||||
this._changeROI({ xCenter: x,
|
||||
yCenter: y });
|
||||
yCenter: y,
|
||||
animate: true });
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue