mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Issue #25: Remove pro/qbs, fix MSVC build
This commit is contained in:
@ -200,7 +200,7 @@ void AudioBookPlugin::drawPage(QPainter* painter,
|
||||
|
||||
QColor strokeColor = color;
|
||||
QColor fillColor = color;
|
||||
fillColor.setAlphaF(0.2);
|
||||
fillColor.setAlphaF(0.2f);
|
||||
|
||||
pen.setColor(strokeColor);
|
||||
painter->setPen(pen);
|
||||
|
Reference in New Issue
Block a user