Skip to content

ScrollingArea text wrapping #401

@mischnic

Description

@mischnic

On macOS, the text isn't getting wrapped at all (only newlines are handled):

bildschirmfoto 2018-07-18 um 12 43 55

GTK:
bildschirmfoto 2018-07-18 um 13 00 12

Windows:
scrolling ong

Code:

diff --git a/examples/drawtext/main.c b/examples/drawtext/main.c
index d94d2572..544d44e9 100644
--- a/examples/drawtext/main.c
+++ b/examples/drawtext/main.c
@@ -208,7 +208,7 @@ int main(void)
        uiComboboxOnSelected(alignment, onComboboxSelected, NULL);
        uiFormAppend(form, "Alignment", uiControl(alignment), 0);

-       area = uiNewArea(&handler);
+       area = uiNewScrollingArea(&handler, 500, 1000);
        uiBoxAppend(hbox, uiControl(area), 1);

        uiControlShow(uiControl(mainwin));

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions