Hack to see if kquickimageeditor is also the problem
This commit is contained in:
@@ -38,20 +38,20 @@ ColumnLayout {
|
|||||||
text: i18n("Edit")
|
text: i18n("Edit")
|
||||||
display: QQC2.AbstractButton.IconOnly
|
display: QQC2.AbstractButton.IconOnly
|
||||||
|
|
||||||
Component {
|
// Component {
|
||||||
id: imageEditorPage
|
// id: imageEditorPage
|
||||||
ImageEditorPage {
|
// ImageEditorPage {
|
||||||
imagePath: root.attachmentPath
|
// imagePath: root.attachmentPath
|
||||||
}
|
// }
|
||||||
}
|
// }
|
||||||
|
|
||||||
onClicked: {
|
// onClicked: {
|
||||||
let imageEditor = applicationWindow().pageStack.pushDialogLayer(imageEditorPage);
|
// let imageEditor = applicationWindow().pageStack.pushDialogLayer(imageEditorPage);
|
||||||
imageEditor.newPathChanged.connect(function (newPath) {
|
// imageEditor.newPathChanged.connect(function (newPath) {
|
||||||
applicationWindow().pageStack.layers.pop();
|
// applicationWindow().pageStack.layers.pop();
|
||||||
root.attachmentPath = newPath;
|
// root.attachmentPath = newPath;
|
||||||
});
|
// });
|
||||||
}
|
// }
|
||||||
QQC2.ToolTip.text: text
|
QQC2.ToolTip.text: text
|
||||||
QQC2.ToolTip.visible: hovered
|
QQC2.ToolTip.visible: hovered
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user