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

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

    XMLWordPrintable

Details

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

      Attachments

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

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes