mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Editor plugin: Building stream
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user