Changeset 4617


Ignore:
Timestamp:
Aug 4, 2021, 12:06:00 AM (4 years ago)
Author:
Andreas Schnellbacher
Message:
  • Add reset of array var fid'.undostaterange' on NextCmdAltersText to make undo and redo keys and cmds work even when an old undostaterange exists. The reset forces them to query a new one.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/netlabs/macros/undo.e

    r4614 r4617  
    647647      -- Create a new undo record, if the current state is not already checkpointed
    648648      call NewUndoRec( arg( 1))
     649
     650      -- Reset fid.undostaterange
     651      SetFileAVar( 'undostaterange', '')
    649652   enddo
    650653
Note: See TracChangeset for help on using the changeset viewer.