diff options
Diffstat (limited to 'modules/indic/indic-lang.c')
-rw-r--r-- | modules/indic/indic-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/indic/indic-lang.c b/modules/indic/indic-lang.c index c0d07ed2..a0c163ba 100644 --- a/modules/indic/indic-lang.c +++ b/modules/indic/indic-lang.c @@ -159,7 +159,7 @@ indic_engine_break (PangoEngineLang *engine, */ else if (!is_conjunct && prev_wc == 0x0DCA && this_wc != 0x200D) { - not_cursor_position(&attrs[i]); + attrs[i].is_cursor_position = TRUE; } break; |