[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72230: 29.4; Cursor Disappears with Hebrew Text
From: |
Stefan Kangas |
Subject: |
bug#72230: 29.4; Cursor Disappears with Hebrew Text |
Date: |
Sun, 21 Jul 2024 12:26:48 -0700 |
Gerd Möllmann <gerd.moellmann@gmail.com> writes:
> 1 file changed, 4 insertions(+)
> src/nsterm.m | 4 ++++
>
> modified src/nsterm.m
> @@ -3137,6 +3137,10 @@ Note that CURSOR_WIDTH is meaningful only for (h)bar
> cursors.
> if ((cursor_glyph->resolved_level & 1) != 0)
> s.origin.x += cursor_glyph->pixel_width - s.size.width;
>
> + /* Get rid of the clipping set previously. */
> + [ctx restoreGraphicsState];
> + [ctx saveGraphicsState];
> + NSRectClip (s);
> NSRectFill (s);
> [ctx restoreGraphicsState];
> break;
>
This fixes the bug for me.
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, hermann sorgel, 2024/07/21
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, Eli Zaretskii, 2024/07/21
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, Eli Zaretskii, 2024/07/21
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, hermann sorgel, 2024/07/21
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, hermann sorgel, 2024/07/21
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, Eli Zaretskii, 2024/07/21
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, Stefan Kangas, 2024/07/21
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, Gerd Möllmann, 2024/07/21
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, Gerd Möllmann, 2024/07/21
- bug#72230: 29.4; Cursor Disappears with Hebrew Text,
Stefan Kangas <=
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, hermann sorgel, 2024/07/22
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, Po Lu, 2024/07/21
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, Gerd Möllmann, 2024/07/22
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, Gerd Möllmann, 2024/07/23
- bug#72230: 29.4; Cursor Disappears with Hebrew Text, Stefan Kangas, 2024/07/23