Skip to content

First time opening visu does not work #147

Description

@jecisc

Tested with TelescopeCytoscape.

Executing this:

visu := TLVisualization new.
visu addNodesFromEntities: (1 to: 20).
visu open

does not open any visu the first time.

Then executing this:

visu := TLVisualization new.
visu addNodesFromEntities: (1 to: 20).
visu styleSheet
	width: 40;
	height: 40;
	nodeLabel: #asString.
visu open

will work and after that the first one also work.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions