mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 15:16:14 +00:00
LibCore: Add CEvent and make LibGUI/GEvent inherit from it.
This commit is contained in:
@@ -31,7 +31,7 @@ void GStackWidget::resize_event(GResizeEvent& event)
|
||||
m_active_widget->set_relative_rect({ { }, event.size() });
|
||||
}
|
||||
|
||||
void GStackWidget::child_event(GChildEvent& event)
|
||||
void GStackWidget::child_event(CChildEvent& event)
|
||||
{
|
||||
if (!event.child() || !event.child()->is_widget())
|
||||
return GWidget::child_event(event);
|
||||
|
||||
Reference in New Issue
Block a user