mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Advanced search - finishing, fixing bugs
This commit is contained in:
@ -1041,7 +1041,7 @@ void PDFTextSelectionPainter::draw(QPainter* painter, PDFInteger pageIndex, PDFT
|
||||
QMatrix transformMatrix = angleMatrix.inverted() * matrix;
|
||||
path = transformMatrix.map(path);
|
||||
|
||||
QColor penColor = item.color;
|
||||
QColor penColor = item.color.darker();
|
||||
QColor brushColor = item.color;
|
||||
brushColor.setAlphaF(SELECTION_ALPHA);
|
||||
|
||||
|
Reference in New Issue
Block a user