mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-16 10:25:43 +00:00
The issue was that the desktop IconView has Gfx::FrameShape::NoFrame as its frame shape, but with a non-zero frame_thickness(). This caused us to not render a frame, but to include one in the selection boundary calculations. Fix this by setting the desktop icon view's frame thickness to 0. Fixes #8525.