From 2838741132f59a188e616bd1d05a5b2a4ac92d8c Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Sat, 28 Oct 2023 21:31:46 -0500 Subject: [PATCH] remove this webengineview to fix segfault when moving slides --- src/qml/presenter/PreviewSlideListDelegate.qml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/qml/presenter/PreviewSlideListDelegate.qml b/src/qml/presenter/PreviewSlideListDelegate.qml index 7715218..f651a46 100644 --- a/src/qml/presenter/PreviewSlideListDelegate.qml +++ b/src/qml/presenter/PreviewSlideListDelegate.qml @@ -50,14 +50,14 @@ Item { pdfIndex: model.slideIndex } - WebEngineView { - id: web - anchors.centerIn: parent - implicitWidth: height / 9 * 16 - implicitHeight: parent.height - Kirigami.Units.smallSpacing * 2 - url: model.imageBackground.endsWith(".html") ? model.imageBackground : "" - visible: model.imageBackground.endsWith(".html") - } + /* WebEngineView { */ + /* id: web */ + /* anchors.centerIn: parent */ + /* implicitWidth: height / 9 * 16 */ + /* implicitHeight: parent.height - Kirigami.Units.smallSpacing * 2 */ + /* url: model.imageBackground.endsWith(".html") ? model.imageBackground : "" */ + /* visible: model.imageBackground.endsWith(".html") */ + /* } */ } Controls.Label {