mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 08:36:15 +00:00
WindowServer: Don't invalidate already frontmost window for moving to front.
This commit is contained in:
@@ -18,7 +18,7 @@ void GLabel::set_text(String&& text)
|
||||
update();
|
||||
}
|
||||
|
||||
void GLabel::paint_event(GPaintEvent&)
|
||||
void GLabel::paint_event(GPaintEvent& event)
|
||||
{
|
||||
Painter painter(*this);
|
||||
if (fill_with_background_color())
|
||||
|
||||
Reference in New Issue
Block a user