You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
texteditor/demo/TextEditor-Demo.c
Line 92 in ceef9b7
into
const char *StdEntries[] = { "Kind regards ", "Yours ", "Mvh ", "a", "B", "c", "d", "e", "f", NULL };
texteditor/demo/TextEditor-Demo.c
Line 370 in ceef9b7
into
MUIA_List_AdjustHeight, FALSE,
The text was updated successfully, but these errors were encountered: