clearing starty is redundant in mutations

akkartik
Dec 3, 2023, 6:31 PM
MUDXM3JIDUTC7EWJPFBP5EV67FFZUU2YS6FJI43ERZJT5WDPHH5AC

Dependencies

  • [2] 6ECYOEHY bugfix: obsolete location for attribute
  • [3] GN3C6AGM bugfix in changing shape mid-stroke
  • [4] GLABQJQQ repeat bugfix on source editor X-(
  • [5] OI4FPFIN support drawings in the source editor
  • [6] FPY4LO2W make a few names consistent with snake_case
  • [7] KKMFQDR4 editing source code from within the app
  • [8] 2CK5QI7W make love event names consistent
  • [9] LF7BWEG4 group all editor globals
  • [10] PTDO2SOT add state arg to schedule_save
  • [11] UHB4GARJ left/right margin -> left/right coordinates
  • [12] O4RRXNOK bugfix: disallow font size of 0
  • [13] IFTYOERM line.y -> line_cache.starty in a few more places
  • [14] PV2YA7KS subsection headings in a long switch
  • [15] LNUHQOGH start passing in Editor_state explicitly
  • [16] QCPXQ2E3 add state arg to a few functions
  • [17] 2L5MEZV3 experiment: new edit namespace
  • [18] MTJEVRJR add state arg to a few functions

Change contents

  • edit in source_edit.lua at line 387
    [4.110][4.110:219]()
    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll
  • edit in source_edit.lua at line 444
    [5.160766][5.160766:160873]()
    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll
  • edit in source_edit.lua at line 459
    [5.161340][5.161340:161447]()
    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll
  • edit in source_edit.lua at line 482
    [5.161975][5.161975:162082]()
    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll
  • edit in source_edit.lua at line 488
    [5.162253][5.162253:162360]()
    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll
  • edit in edit.lua at line 383
    [3.125][3.125:234]()
    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll
  • edit in edit.lua at line 440
    [5.12265][2.15:122]()
    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll
  • edit in edit.lua at line 455
    [5.12746][5.835:942]()
    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll
  • edit in edit.lua at line 478
    [5.13432][5.1051:1158]()
    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll
  • edit in edit.lua at line 484
    [5.13689][2.123:230]()
    for _,line_cache in ipairs(State.line_cache) do line_cache.starty = nil end -- just in case we scroll