mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 727793 - Status panel tracks the mouse position on the wrong side when using a RTL locale. r=mak
--HG-- extra : rebase_source : 67e64830d3ea3789bbd2fc2663867470855067f7
This commit is contained in:
parent
373f43b66a
commit
fd2ab8dc64
@ -4060,7 +4060,7 @@
|
||||
let alignRight = false;
|
||||
|
||||
if (getComputedStyle(document.documentElement).direction == "rtl")
|
||||
alighRight = !alignRight;
|
||||
alignRight = !alignRight;
|
||||
|
||||
let rect = this.getBoundingClientRect();
|
||||
this._mouseTargetRect = {
|
||||
|
Loading…
Reference in New Issue
Block a user