Editor plugin: Building stream

This commit is contained in:
Jakub Melka
2024-04-28 19:50:55 +02:00
parent 75db2de2a0
commit a40faf855d
8 changed files with 196 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// Copyright (C) 2023 Jakub Melka
// Copyright (C) 2023-2024 Jakub Melka
//
// This file is part of PDF4QT.
//
@ -41,7 +41,7 @@ EditorPlugin::EditorPlugin() :
m_scene(nullptr),
m_sceneSelectionChangeEnabled(true)
{
m_scene.setIsPageContentDrawSuppressed(true);
}
void EditorPlugin::setWidget(pdf::PDFWidget* widget)