Skip to content

AbstractDisplay.close() doesn't work on active displays #454

Open
@gselzer

Description

@gselzer

AbstractDisplay.close() tries to remove the display if active by calling displayService.setActiveDisplay(null), but this doesn't do anything because the default implementation ignores null arguments.

This leads to displays not actually closing when you call display.close() on the active display.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions