Changeset 4840


Ignore:
Timestamp:
Jan 2, 2022, 8:38:43 PM (3 years ago)
Author:
Andreas Schnellbacher
Message:
  • Info lines needed another refresh when .modify is reset to 0.
File:
1 edited

Legend:

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

    r4839 r4840  
    132132      fFileDiscarded = 0
    133133      if .modify then
    134 
    135134         -- This ensures that special files can be closed without
    136135         -- popping up a message box that asks "Are you sure?"
     
    144143            fFileDiscarded = 1
    145144         endif
     145      else
     146         -- Update info lines
     147         'ResetDateTimeModified'
     148         'RefreshInfoLine MODIFIED'
    146149      endif
    147150
    148151      if not fFileDiscarded then
    149 
    150152         -- Lock on modify
    151153         'LockModify'
     
    158160            call MakeAutoSave()
    159161         endif
    160 
    161162      endif
    162163
Note: See TracChangeset for help on using the changeset viewer.