Skip to content

Layout scheduling weirdness #42

@dblohm7

Description

@dblohm7

Form and Event have this weird thing where they are trying to track pending events and suspending layout until no more events are pending.

This is really weird and could be much cleaner by moving layout dispatch to the main event loop: if a layout is pending, we do a PeekMessage instead of a GetMessage until the message queue is empty, and then dispatch the layout.

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