Files
yacreader/YACReaderLibrary
Igor Kushnir 92cf54980c Library: eliminate QPainter warnings
There were many run-time warnings in YACReaderLibrary built in Debug
mode with hardware acceleration disabled and with ClassicComicsView
as the active comics view:
    QWidget::paintEngine: Should no longer be called
    QPainter::begin: Paint device returned engine == 0, type: 1

The ComicFlowWidgetSW::paintEvent() implementation now corresponds to
ComicFlowWidgetGL::paintEvent(), which has been fixed earlier.

QWidget::repaint() calls paintEvent() immediately.
PictureFlow::paintEvent() calls d->renderer->paint(). So the
d->renderer->paint() call in PictureFlow::updateMarks() was redundant.
2019-05-22 17:37:04 +03:00
..
2018-02-24 18:15:09 +00:00
2019-04-01 11:25:16 +02:00
2018-02-24 18:15:09 +00:00
2018-02-24 18:15:09 +00:00
2018-08-07 11:09:02 +02:00
2018-02-24 18:15:09 +00:00
2018-02-24 18:15:09 +00:00
2018-02-24 18:15:09 +00:00
2018-02-24 18:15:09 +00:00
2018-02-24 18:15:09 +00:00
2018-02-24 18:15:09 +00:00
2018-02-24 18:15:09 +00:00
2019-04-28 09:28:15 +02:00
2018-08-15 14:43:14 +02:00
2018-08-15 14:43:14 +02:00
2018-02-24 18:15:09 +00:00
2018-06-16 08:28:50 +02:00
2018-06-16 08:28:50 +02:00
2018-06-16 08:28:50 +02:00
2018-06-16 08:28:50 +02:00
2018-06-16 08:28:50 +02:00
2018-06-16 08:28:50 +02:00
2018-02-24 18:15:09 +00:00