moar bugfix X-(

akkartik
Dec 29, 2023, 8:02 PM
GAPPXISYMJNNWZOEWHVM47NWOD5P6AXAMFSVLOCPZDUUGPPIVKLAC

Dependencies

  • [2] ZMBPXIZ4 bugfix
  • [3] CWQIPU7U always show line numbers in source editor
  • [4] W5WCQNMP bugfix: Windows pushing title bar off screen
  • [5] KKMFQDR4 editing source code from within the app
  • [6] OI4FPFIN support drawings in the source editor
  • [7] 5XA7TKWY pull font into editor

Change contents

  • replacement in source_edit.lua at line 89
    [3.133][3.133:169]()
    font_height = font:getHeight(),
    [3.133]
    [3.154835]
    font_height = font_height,
  • replacement in source.lua at line 129
    [3.169468][2.140:303]()
    Editor_state = edit.initialize_state(Margin_top, Margin_left + Line_number_width*App.width('m'), right, font, font_height, math.floor(settings.font_height*1.3))
    [3.169468]
    [3.169599]
    Editor_state = edit.initialize_state(Margin_top, Margin_left + Line_number_width*App.width('m'), right, font, settings.font_height, math.floor(settings.font_height*1.3))