(t-mouse-make-event-element): Don't use the left edge
of the window if we're outside it e.g menu-bar.
This commit is contained in:
parent
ad15832ecb
commit
fc7ed6dd06
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ For example, \"2\" for /dev/tty2."
|
|||
(event (if w
|
||||
(posn-at-x-y (- x left) (- y top) w t)
|
||||
(append (list nil 'menu-bar)
|
||||
(nthcdr 2 (posn-at-x-y x y w t))))))
|
||||
(nthcdr 2 (posn-at-x-y x y))))))
|
||||
(setcar (nthcdr 3 event) time)
|
||||
event))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue