mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-05-01 02:31:23 -07:00
(show_mouse_face): Never use text cursor in tool-bar.
This commit is contained in:
parent
0c852d6e9b
commit
671c468136
1 changed files with 1 additions and 1 deletions
|
|
@ -21856,7 +21856,7 @@ show_mouse_face (dpyinfo, draw)
|
|||
}
|
||||
|
||||
/* Change the mouse cursor. */
|
||||
if (draw == DRAW_NORMAL_TEXT)
|
||||
if (draw == DRAW_NORMAL_TEXT && !EQ (dpyinfo->mouse_face_window, f->tool_bar_window))
|
||||
rif->define_frame_cursor (f, FRAME_X_OUTPUT (f)->text_cursor);
|
||||
else if (draw == DRAW_MOUSE_FACE)
|
||||
rif->define_frame_cursor (f, FRAME_X_OUTPUT (f)->hand_cursor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue