bugfix: missing variable in a button

akkartik
Nov 23, 2023, 6:08 AM
X2YWEIZSRESZM4LE5JNEXIRP6YIBPGTYRJLXLUI45FS2QBPMFNAQC

Dependencies

  • [2] 5MEJ7XNH lay out buttons based on device dimensions
  • [3] JV27LDDK sliders for font size and color settings
  • [4] VQYLKEGD handle still narrower screens on phones
  • [5] GWLETNMW Mike's suggested button layout
  • [6] PRE6XPRN responsively increase/decrease font height
  • [7] RK2ASPN7 add lots of buttons to the toolbar
  • [*] 5RUFNRJO start of the visual skeleton

Change contents

  • replacement in 0064-show_code_button at line 1
    [3.5167][2.3418:3452]()
    show_code_button = function(x, y)
    [3.5167]
    [3.5199]
    show_code_button = function(x, y, r)
  • replacement in 0021-draw_menu at line 14
    [3.7837][2.4287:4338]()
    x = run_button(x, y, r)
    x = stop_button(x, y, r)
    [3.7837]
    [2.4375]
    x = run_button(x, y)
    x = stop_button(x, y)