mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:57:35 +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
|
@ -82,5 +82,9 @@ GWindow* make_launcher_window()
|
|||
}
|
||||
};
|
||||
|
||||
auto* dummy_button = new GButton(widget);
|
||||
dummy_button->set_relative_rect({ 5, 50, 70, 20 });
|
||||
dummy_button->set_caption("Dummy");
|
||||
|
||||
return window;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue