boxpointer: Fix a small typo
This was showing up in my auto-complete results.
This commit is contained in:
parent
43876a9357
commit
8899325a0e
@ -538,7 +538,7 @@ const BoxPointer = new Lang.Class({
|
|||||||
_shiftActor : function() {
|
_shiftActor : function() {
|
||||||
// Since the position of the BoxPointer depends on the allocated size
|
// Since the position of the BoxPointer depends on the allocated size
|
||||||
// of the BoxPointer and the position of the source actor, trying
|
// 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
|
// allocation loops and warnings. Instead we do the positioning via
|
||||||
// the anchor point, which is independent of allocation, and leave
|
// the anchor point, which is independent of allocation, and leave
|
||||||
// x == y == 0.
|
// x == y == 0.
|
||||||
|
Loading…
Reference in New Issue
Block a user