Changes between Initial Version and Version 1 of Ticket #10780, comment 6
- Timestamp:
- Jan 31, 2023, 10:20:58 AM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10780, comment 6
initial v1 1 I'm mostly talking about stuff like Source/WebCore/platform/haiku KoderScrollbarThemeHaiku.cpp1 I'm mostly talking about stuff like Source/WebCore/platform/haiku/ScrollbarThemeHaiku.cpp 2 2 3 3 For example void ScrollbarThemeHaiku::paintThumb implements the thumb drawing as HaikuControlLook does it roughly, by using the button drawing and calling be_control_look->DrawButtonBackground later on after it set up everything.