mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
boxpointer: Fix a small typo
This was showing up in my auto-complete results.
This commit is contained in:
parent
43876a9357
commit
8899325a0e
1 changed files with 1 additions and 1 deletions
|
|
@ -538,7 +538,7 @@ const BoxPointer = new Lang.Class({
|
|||
_shiftActor : function() {
|
||||
// Since the position of the BoxPointer depends on the allocated size
|
||||
// of the BoxPointer and the position of the source actor, trying
|
||||
// to position the BoxPoiner via the x/y properties will result in
|
||||
// to position the BoxPointer via the x/y properties will result in
|
||||
// allocation loops and warnings. Instead we do the positioning via
|
||||
// the anchor point, which is independent of allocation, and leave
|
||||
// x == y == 0.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue