Changeset 4833


Ignore:
Timestamp:
Dec 28, 2021, 11:11:08 PM (3 years ago)
Author:
Andreas Schnellbacher
Message:
  • Fixed: pRestore_Pos if window was scrolled below the last line. Previously, vertical scrolling was wrong.
File:
1 edited

Legend:

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

    r4775 r4833  
    12181218         if fScrolledBot then
    12191219            bottom                               -- scroll to the bottom and set cursor on the last line
    1220             .lineg = Min( svline, .last)         -- set .line without scrolling
     1220            .cursory = svcy                      -- set .cursory
     1221            .line = Min( svline, .last)          -- set .line
    12211222
    12221223            -- Correct .cursoryg, compared to the current pos. if positive
Note: See TracChangeset for help on using the changeset viewer.