Skip to content

Plugin can crash during loading if canvas is not created before loading custom parameters #139

@bparks13

Description

@bparks13

In some specific instances, the GUI can crash during loading if the editor parameter WINDOW Active="0" is set, but there are X/Y/width/height parameters set. This can be temporarily fixed by setting the property to be WINDOW Active="1", but there is also (at least) one offending line that can be fixed in the code so that this does not occur no matter what the property is set to.

See the line below for where the canvas should be checked to see if it exists before using it so that the GUI does not crash.

canvas->removeTabs(currentPort);

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions