mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Window contents move along with the window!
This commit is contained in:
parent
64127e0637
commit
6f6f9bd84d
Notes:
sideshowbarker
2024-07-19 18:50:21 +09:00
Author: https://github.com/awesomekling
Commit: 6f6f9bd84d
10 changed files with 48 additions and 7 deletions
|
@ -185,6 +185,10 @@ void WindowManager::handlePaintEvent(PaintEvent& event)
|
|||
//printf("[WM] paint event\n");
|
||||
m_rootWidget->event(event);
|
||||
paintWindowFrames();
|
||||
|
||||
for (auto* window : m_windows) {
|
||||
window->event(event);
|
||||
}
|
||||
}
|
||||
|
||||
void WindowManager::event(Event& event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue