mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:37:43 +00:00
WindowServer: Don't repaint entire menubar on applet update
This commit is contained in:
parent
8fd7f3d9fa
commit
00d26457c5
3 changed files with 7 additions and 3 deletions
|
@ -115,6 +115,7 @@ public:
|
|||
Size size() const { return m_rect.size(); }
|
||||
|
||||
void invalidate();
|
||||
void invalidate(const Rect&);
|
||||
|
||||
virtual void event(CEvent&) override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue