bugfix: missing variable in a button
Dependencies
- [2]
5MEJ7XNHlay out buttons based on device dimensions - [3]
JV27LDDKsliders for font size and color settings - [4]
VQYLKEGDhandle still narrower screens on phones - [5]
GWLETNMWMike's suggested button layout - [6]
PRE6XPRNresponsively increase/decrease font height - [7]
RK2ASPN7add lots of buttons to the toolbar - [*]
5RUFNRJOstart of the visual skeleton
Change contents
- replacement in 0064-show_code_button at line 1
show_code_button = function(x, y)show_code_button = function(x, y, r) - replacement in 0021-draw_menu at line 14
x = run_button(x, y, r)x = stop_button(x, y, r)x = run_button(x, y)x = stop_button(x, y)