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
}
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 {