mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 21:27:35 +00:00
LibGUI: Coalesce update rects at the GWindow level.
This commit is contained in:
parent
53d34a0885
commit
08322ab8e1
4 changed files with 10 additions and 8 deletions
|
@ -136,7 +136,5 @@ private:
|
|||
SizePolicy m_vertical_size_policy { SizePolicy::Fill };
|
||||
Size m_preferred_size;
|
||||
|
||||
Vector<Rect> m_pending_paint_event_rects;
|
||||
|
||||
bool m_fill_with_background_color { true };
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue