inseven / opolua

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

fix: better menu scrollbar support #288

Closed tomsci closed 4 months ago

tomsci commented 4 months ago

In particular in MENU calls with menus that have dividing lines in as well as scrollbars, which necessitates supporting smooth scrolling as opposed to only scrolling in multiples of the line height.

Also fixes several graphical glitches in menus with scrollbars, such as submenu arrows not drawing in the correct location, performance, and flicker.