Skip to content
This repository was archived by the owner on Mar 31, 2021. It is now read-only.
This repository was archived by the owner on Mar 31, 2021. It is now read-only.

Error in Grapheditor-Example: "Misc"-Palette can not be opened #202

@pa-asch

Description

@pa-asch

Version: 3.9.6

Unfortunately, you can not open the palette "Misc" in the sidebar. The reason is in the sidebar.js in

Sidebar.prototype.addMiscPalette = function(expand)

There is missing a declaration

var sb = this;

in the beginning, so line 1080

return sb.createVertexTemplateFromCells([cell], cell.geometry.width, cell.geometry.height, 'Shape Group');

will fail.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions