Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-12255

QPlainTextEdit emits modificationChanged(true) when setPlainText("") called with empty string

XMLWordPrintable

      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().

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            dedietri Gabriel de Dietrich (drgvond)
            karavan Karavan Oleg
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes