mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:37:34 +00:00
LibGUI: Re-enable the update rect coalescing.
This commit is contained in:
parent
7eb42b5ffb
commit
6af2ce0f7e
1 changed files with 1 additions and 1 deletions
|
@ -260,7 +260,7 @@ void GWindow::update(const Rect& a_rect)
|
||||||
#ifdef UPDATE_COALESCING_DEBUG
|
#ifdef UPDATE_COALESCING_DEBUG
|
||||||
dbgprintf("Ignoring %s since it's contained by pending rect %s\n", a_rect.to_string().characters(), pending_rect.to_string().characters());
|
dbgprintf("Ignoring %s since it's contained by pending rect %s\n", a_rect.to_string().characters(), pending_rect.to_string().characters());
|
||||||
#endif
|
#endif
|
||||||
//return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
m_pending_paint_event_rects.append(a_rect);
|
m_pending_paint_event_rects.append(a_rect);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue