egui icon indicating copy to clipboard operation
egui copied to clipboard

When the ScrollBar is set to Visibility::AlwaysVisible, scrolling is always possible & contains pointer

Open rustbasic opened this issue 1 year ago • 0 comments

Issues :

  • Closes #2783
  • Related #4350

Pull requests :

  • Related #4303
  • Closes #4332

When the ScrollBar is set to Visibility::AlwaysVisible, scrolling is always possible & contains pointer

This way we can scroll wherever we want at any time. (e.g. find string)

rustbasic avatar Apr 11 '24 11:04 rustbasic