mirror of
https://review.haiku-os.org/haiku
synced 2025-02-22 05:29:17 +01:00
Gradients don't use patterns, but then some common drawing code makes decisions based on them. Let's set the pattern to B_SOLID_HIGH so that we get the expected result, in particular one that does not depend on the last pattern used by a previous operation. Fixes #18370. Change-Id: I9d71c6d334d77be8fe4783a072b8df519486d74e Reviewed-on: https://review.haiku-os.org/c/haiku/+/6416 Reviewed-by: John Scipione <jscipione@gmail.com> Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org> Reviewed-by: waddlesplash <waddlesplash@gmail.com> Reviewed-by: Stephan Aßmus <superstippi@gmx.de>