mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Smooth image drawing
This commit is contained in:
@@ -49,7 +49,7 @@ class PDFViewerSettings : public QObject
|
||||
public:
|
||||
inline explicit PDFViewerSettings(QObject* parent) :
|
||||
QObject(parent),
|
||||
m_features(pdf::PDFRenderer::Antialiasing | pdf::PDFRenderer::TextAntialiasing)
|
||||
m_features(pdf::PDFRenderer::getDefaultFeatures())
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user