Hot themeing tweaks

This commit is contained in:
Sasha Koshka
2023-02-14 17:21:05 -05:00
parent d59b7d812d
commit 4d87972235
3 changed files with 21 additions and 4 deletions

View File

@@ -460,7 +460,6 @@ func (element *List) draw () {
0, 0,
innerBounds.Dx(), element.contentHeight,
).Add(innerBounds.Min).Intersect(innerBounds)
pattern := element.theme.Pattern(theme.PatternSunken, state)
tiles := shatter.Shatter(bounds, covered)
for _, tile := range tiles {