mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 21:59:07 +00:00
LibGfx: Unpublish FloatRect from the global namespace
This commit is contained in:
parent
418adf3e86
commit
8505d8d15d
Notes:
sideshowbarker
2024-07-19 09:34:25 +09:00
Author: https://github.com/awesomekling
Commit: 8505d8d15d
8 changed files with 18 additions and 20 deletions
|
@ -47,6 +47,6 @@ void LayoutListItem::layout()
|
|||
append_child(*m_marker);
|
||||
}
|
||||
|
||||
FloatRect marker_rect { x() - 8, y(), 4, height() };
|
||||
Gfx::FloatRect marker_rect { x() - 8, y(), 4, height() };
|
||||
m_marker->set_rect(marker_rect);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue