inseven / opolua

A compiled-OPL interpreter for iOS written in Lua
https://opolua.org
MIT License
12 stars 0 forks source link

mPOPUP needs to support adding scrollbars if necessary #156

Closed tomsci closed 8 months ago

tomsci commented 2 years ago

Massive menus like this render with a vertical scrollbar on the Series 5

image

tomsci commented 8 months ago

With #287: image

kapfab commented 8 months ago

This is also true for mCARD and mCASC AFAIK?

tomsci commented 8 months ago

There are some redraw issues with menus that have both scrollbars and dividing lines in them, but broadly this change applies to mCARD/MENU as well as mPOPUP - they all use the same MenuPane structure internally.

tomsci commented 8 months ago

There are some redraw issues with menus that have both scrollbars and dividing lines in them

These issues should be addressed in #288.