Skip to content

Don't crash if activateRichText was called before createActions

Igor Poboiko requested to merge poboiko/kpimtextedit:table-actions-crash into master

activateRichText emits textModeChanged signal, which leads to richTextComposerActions::textModeChanged call. Which segfaults if table actions are not yet created by explicit createActions call.

Merge request reports