-
Notifications
You must be signed in to change notification settings - Fork 109
Closed
Labels
crashA crash occurs in Quaternion codeA crash occurs in Quaternion code
Description
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 codeA crash occurs in Quaternion code
Type
Projects
Status
Version 0.0.95 - Done