Smooth image drawing

This commit is contained in:
Jakub Melka
2019-07-06 16:27:36 +02:00
parent 9ed17fc8ca
commit 4239b6686a
4 changed files with 35 additions and 7 deletions

View File

@ -348,7 +348,7 @@ PDFDrawWidgetProxy::PDFDrawWidgetProxy(QObject* parent) :
m_widget(nullptr),
m_horizontalScrollbar(nullptr),
m_verticalScrollbar(nullptr),
m_features(PDFRenderer::Antialiasing | PDFRenderer::TextAntialiasing)
m_features(PDFRenderer::getDefaultFeatures())
{
m_controller = new PDFDrawSpaceController(this);
connect(m_controller, &PDFDrawSpaceController::drawSpaceChanged, this, &PDFDrawWidgetProxy::update);