egui icon indicating copy to clipboard operation
egui copied to clipboard

Fix: `scroll_with_delta()` for `ScrollArea::vertical()` and `ScrollArea::horizontal()`

Open rustbasic opened this issue 1 year ago • 0 comments

Fix: scroll_with_delta() for ScrollArea::vertical() and ScrollArea::horizontal()

We need to do this in order for ScrollArea::vertical() and ScrollArea::horizontal() to work even where they are divided or nested.

Pull requests :

  • Related #4303
  • Related #4305
  • Related #4584

rustbasic avatar Jul 31 '24 15:07 rustbasic