Skip to content

BUG:396363, Fix Texttool tab problems

Ivan Yossi requested to merge ivany/krita:B396363_SIGABRT_text_tabs into master

BUG:396363 Text tool SIGABRT when inserting a tab followed by multiple letters

We no longer attempt to guess columns from string lenght. As tab uses more than one column, we incorrectly detected less glyphs in text, leading to lost characters on screen.

Edited by Halla Rempt

Merge request reports