mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
iconGrid: Export zoomOutActor()
It's used in the search view when launching a search in the corresponding app. https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/6942 Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2911>
This commit is contained in:
parent
a81ec2618f
commit
4386bc49d9
1 changed files with 1 additions and 1 deletions
|
|
@ -178,7 +178,7 @@ class BaseIcon extends Shell.SquareBin {
|
|||
/**
|
||||
* @param {Clutter.Actor} actor
|
||||
*/
|
||||
function zoomOutActor(actor) {
|
||||
export function zoomOutActor(actor) {
|
||||
let [x, y] = actor.get_transformed_position();
|
||||
zoomOutActorAtPos(actor, x, y);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue