Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.7.0
-
None
-
Windows XP SP3
Description
QPlainTextEdit::setPlainText("some text") call with non-empty string emits 2 signals: modificationChanged(true) and then modificationChanged(false).
When the string is empty QPlainTextEdit::setPlainText("") emits ONLY ONE signal: modificationChanged(true).
It will be great to to remove all modificationChanged(bool) emits on QPlainTextEdit::setPlainText().