mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-28 18:44:24 +00:00
Yet another pass of style fixes.
This commit is contained in:
@@ -78,7 +78,7 @@ void Window::event(Event& event)
|
||||
return;
|
||||
}
|
||||
if (m_mainWidget) {
|
||||
if (pe.rect().isEmpty())
|
||||
if (pe.rect().is_empty())
|
||||
return m_mainWidget->event(*make<PaintEvent>(m_mainWidget->rect()));
|
||||
else
|
||||
return m_mainWidget->event(event);
|
||||
|
||||
Reference in New Issue
Block a user