mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +00:00
Implement basic support for variable-width fonts.
Also add a nice new font called Katica. It's not used anywhere yet but I'm definitely itching to start using it. :^)
This commit is contained in:
@@ -47,6 +47,8 @@ void GCheckBox::set_checked(bool b)
|
||||
if (m_checked == b)
|
||||
return;
|
||||
m_checked = b;
|
||||
if (on_change)
|
||||
on_change(*this, b);
|
||||
update();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user