remove this webengineview to fix segfault when moving slides

This commit is contained in:
Chris Cochrun 2023-10-28 21:31:46 -05:00
parent 5e883b85d7
commit 2838741132

View file

@ -50,14 +50,14 @@ Item {
pdfIndex: model.slideIndex pdfIndex: model.slideIndex
} }
WebEngineView { /* WebEngineView { */
id: web /* id: web */
anchors.centerIn: parent /* anchors.centerIn: parent */
implicitWidth: height / 9 * 16 /* implicitWidth: height / 9 * 16 */
implicitHeight: parent.height - Kirigami.Units.smallSpacing * 2 /* implicitHeight: parent.height - Kirigami.Units.smallSpacing * 2 */
url: model.imageBackground.endsWith(".html") ? model.imageBackground : "" /* url: model.imageBackground.endsWith(".html") ? model.imageBackground : "" */
visible: model.imageBackground.endsWith(".html") /* visible: model.imageBackground.endsWith(".html") */
} /* } */
} }
Controls.Label { Controls.Label {