terop / newt

Forked from newt 6 years ago
Clone

5c72fb0 fix form scrolling

Authored and Committed by mlichvar 12 years ago
1 file changed. 39 lines added. 35 lines removed.
    fix form scrolling
    
    The previous commit breaks form scrolling. Instead of keeping a copy of
    all components' coordinates, move all components when the form is
    scrolled and use their real coordinates adjusted by vertical offset to
    get the coordinates and size of the form.
    
        
file modified
+39 -35