Annoying warnings

Issue #240 on hold
jsbien created an issue

Last session:

QPainter::translate: Painter not active
QPainter::setPen: Painter not active
QPainter::setBrush: Painter not active
QPainter::drawRects: Painter not active
QPainter::drawRects: Painter not active
QPainter::setBrush: Painter not active
QPainter::setPen: Painter not active
QPainter::drawRects: Painter not active
QPainter::save: Painter not active
QPainter::setClipRegion: Painter not active
QPainter::setBrushOrigin: Painter not active
QPainter::restore: Unbalanced save/restore
QPainter::setPen: Painter not active
QPainter::setBrush: Painter not active
QPainter::drawRects: Painter not active
QPainter::drawRects: Painter not active
QPainter::setBrush: Painter not active
QPainter::setPen: Painter not active
QPainter::drawRects: Painter not active
QPainter::end: Painter not active, aborted
QPainter::begin: Paint device returned engine == 0, type: 3
QPainter::translate: Painter not active
QPainter::setPen: Painter not active
QPainter::setBrush: Painter not active
QPainter::drawRects: Painter not active
QPainter::drawRects: Painter not active
QPainter::setBrush: Painter not active
QPainter::setPen: Painter not active
QPainter::drawRects: Painter not active
QPainter::save: Painter not active
QPainter::setClipRegion: Painter not active
QPainter::setBrushOrigin: Painter not active
QPainter::restore: Unbalanced save/restore
QPainter::setPen: Painter not active
QPainter::setBrush: Painter not active
QPainter::drawRects: Painter not active
QPainter::drawRects: Painter not active
QPainter::setBrush: Painter not active
QPainter::setPen: Painter not active
QPainter::drawRects: Painter not active
QPainter::end: Painter not active, aborted

Comments (6)

  1. jsbien reporter

    Perhaps earlier there were also some warning which I ignored.

    I can try to relate the warnings to the operations performed. I've just got

    Gtk-Message: GtkDialog mapped without a transient parent. This is discouraged.
    

    after opening an index and changing the sort order.

  2. Michał Rudolf repo owner

    I am afraid this is low-level (Qt/Gtk+) and I can see how it can be resolved without spending a lot of time on debugging Linux libraries. See here.

    The error does not appear on Mac.

  3. Log in to comment