Skip to content

Crash when redacting events #768

@KitsuneRal

Description

@KitsuneRal

The context menu for a timeline item is shown synchronously, leading to a possibility that after redacting the item using that menu the QML object on which the menu was shown gets deleted before Qt closes the menu. Instead of exec(), the menu should be shown asynchronously with popup() (with WA_DeleteOnClose attribute set).

Metadata

Metadata

Assignees

Labels

crashA crash occurs in Quaternion code

Type

No type

Projects

Status

Version 0.0.95 - Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions