fix nav mouse click scrolling

tzemanovic
Mar 6, 2026, 10:19 AM
YNNYNQLLTPCIIEKJ7M5AD6GQH3EEF37IO4KEIFD4NLC7EVASEA7AC

Dependencies

Change contents

  • replacement in inflorescence_iced_widget/src/nav_scrollable.rs at line 785
    [2.50103][2.50103:50154]()
    .absolute(bounds.y, content_bounds.y);
    [2.50103]
    [2.50154]
    .absolute(bounds.height, content_bounds.height);
  • replacement in inflorescence_iced_widget/src/nav_scrollable.rs at line 799
    [2.50555][2.50555:50606]()
    .absolute(bounds.x, content_bounds.x);
    [2.50555]
    [2.50606]
    .absolute(bounds.width, content_bounds.width);