Skip to content
Commit ac6a4cdc authored by Eli MacKenzie's avatar Eli MacKenzie 🇨🇦
Browse files

Avoid crash in showEditDialog if there is no patch

When instantiated by the plugin factory there is no patch available,
so a null pointer is used. Immediately after instantiation the tool
view is shown, which causes an attempt to access members through the
null pointer.

BUG: 306176
REVIEW: 108728
parent 1f13ed01
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment