mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 13:48:12 +00:00
WindowServer: Don't invalidate already frontmost window for moving to front.
This commit is contained in:
parent
e115ae5641
commit
786b903d62
5 changed files with 18 additions and 8 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue