Fix last fix of note_mouse_highlight
This commit is contained in:
parent
658272052d
commit
81f9a6edde
1 changed files with 2 additions and 0 deletions
|
@ -28569,6 +28569,7 @@ note_mouse_highlight (struct frame *f, int x, int y)
|
|||
{
|
||||
note_mode_line_or_margin_highlight (window, x, y, part);
|
||||
|
||||
#ifdef HAVE_WINDOW_SYSTEM
|
||||
if (part == ON_LEFT_MARGIN || part == ON_RIGHT_MARGIN)
|
||||
{
|
||||
cursor = FRAME_X_OUTPUT (f)->nontext_cursor;
|
||||
|
@ -28576,6 +28577,7 @@ note_mouse_highlight (struct frame *f, int x, int y)
|
|||
goto set_cursor;
|
||||
}
|
||||
else
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue