Changeset 4748


Ignore:
Timestamp:
Oct 7, 2021, 2:12:47 AM (3 years ago)
Author:
Andreas Schnellbacher
Message:
  • Fixed typo that has caused to handle extra instance windows (epm /m) like standard ones. Executing SaveLastRing on them on opening another window with 'Auto-save last rings' active made the /m windows close.
File:
1 edited

Legend:

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

    r4715 r4748  
    617617         iterate
    618618      elseif ThisNum > HighestNum then
    619          HigestNum = ThisNum
     619         HighestNum = ThisNum
    620620      endif
    621621   enddo
Note: See TracChangeset for help on using the changeset viewer.