A bit of some clean up, API unifying, and some performance tweaks.

This commit is contained in:
Zed A. Shaw 2024-11-22 23:12:18 -05:00
parent a4926bedcb
commit fb1fd9d8bc
8 changed files with 72 additions and 42 deletions

View file

@ -13,6 +13,7 @@ void Panel::set_renderer(Component renderer) {
}
void Panel::add(Component child) {
$dirty = true;
$component->Add(child);
}