mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 23:47:45 +00:00
WindowServer+LibGUI: Force full window repaints after theme change
We were not repainting windows that were occluded at the time of the theme changing. This patch adds a way to bypass occlusion testing when invalidating window rects. Fixes #1249.
This commit is contained in:
parent
8a2dc5d188
commit
eaa680ab8e
7 changed files with 20 additions and 12 deletions
|
@ -62,7 +62,7 @@ public:
|
|||
|
||||
void notify_about_new_screen_rect(const Gfx::Rect&);
|
||||
void notify_about_clipboard_contents_changed();
|
||||
void post_paint_message(Window&);
|
||||
void post_paint_message(Window&, bool ignore_occlusion = false);
|
||||
|
||||
Menu* find_menu_by_id(int menu_id)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue