bugfix: catch errors in mouse_press handlers
Dependencies
- [2]
W4EQ6IW4simplify state management for menus - [3]
ZM7NOBRMnew fork: carousel shell - [4]
IP4LD33Dmouse events for scrollbar - [5]
RVJNNICYbugfix: autosave settings - [6]
QG25UE3Sbugfix: typo X-( - [7]
6DJMOJKEsupport event handlers - [8]
Z5M23NTKimplement second, 'output' editor - [9]
EHKB76GOUI improvement: more stable scrollbar movement
Change contents
- replacement in 0016-on.mouse_press at line 42
if car.mouse_press then car.mouse_press(x,y, mouse_button) endif car.mousepressed then car.mousepressed(x,y, mouse_button) endif car.mouse_press thencall_protected(car.mouse_press, x,y, mouse_button)endif car.mousepressed thencall_protected(car.mousepressed, x,y, mouse_button)end - replacement in 0016-on.mouse_press at line 49
end[3.1606]end