mosaicmenu: fix collection mark (#11969)

reviewable/pr11976/r1
hius07 2 weeks ago committed by GitHub
parent bd42f6984e
commit ed550948a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -752,8 +752,8 @@ function MosaicMenuItem:paintTo(bb, x, y)
end
local iy = 0
local rect_size = corner_mark_size - target.bordersize
bb:paintRect(x+ix+rect_ix, y+target.bordersize, rect_size, rect_size, Blitbuffer.COLOR_GRAY)
collection_mark:paintTo(bb, x+ix, y+iy)
bb:paintRect(x+ix+rect_ix, target.dimen.y+target.bordersize, rect_size, rect_size, Blitbuffer.COLOR_GRAY)
collection_mark:paintTo(bb, x+ix, target.dimen.y+iy)
end
if self.do_hint_opened and self.been_opened then

Loading…
Cancel
Save