Skip to content

Spellcheckdecorator: Fix removing the eventFilter on destruction.

In the destructor of the Spellcheckdecorator, if m_plainTextEdit exists, its eventFilter gets removed twice, but never the eventFilter of the viewport installed in the constructor. Change the double-remove to a removal of each eventFilter like it's already done for m_textEdit.

Merge request reports