Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MorphOS: MUIC_TextEditor class prevents mouse-wheel/touchbar to scroll content of accompanying MUIC_List, MUIC_Floattext etc #38

Open
tdolphin-org opened this issue Jul 14, 2023 · 0 comments

Comments

@tdolphin-org
Copy link

Tested on MorphOS 3.18
When on a window there is an object of MUIC_TextEditor and also MUIC_List. Scrolling with mouse wheel or touch pad is not working on MUIC_List object. It works on MUIC_TextEditor.
Tested on example provided with TextEditor:
https://github.com/amiga-mui/texteditor/blob/master/demo/TextEditor-Demo.c
Only adjustments are

  • bigger initial list, change from:
    const char *StdEntries[] = { "Kind regards ", "Yours ", "Mvh ", NULL };

    into
    const char *StdEntries[] = { "Kind regards ", "Yours ", "Mvh ", "a", "B", "c", "d", "e", "f", NULL };
  • disable MUIA_List_AdjustHeight for list, change from:
    MUIA_List_AdjustHeight, TRUE,

    into
    MUIA_List_AdjustHeight, FALSE,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant