Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/windowing
diff options
context:
space:
mode:
authorBottinator22 <59987380+Bottinator22@users.noreply.github.com>2024-12-28 20:08:17 -0800
committerGitHub <noreply@github.com>2024-12-28 20:08:17 -0800
commit922427e25f0e6edf00909f8c6ae1dfc6770c7308 (patch)
tree2118f02203a19777f74cd2c99fd49c2f9f35475c /source/windowing
parentf7dc97965dd245a1d9272bdb48d1f16dc0b82233 (diff)
Update StarScrollArea.cpp
Diffstat (limited to 'source/windowing')
-rw-r--r--source/windowing/StarScrollArea.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/windowing/StarScrollArea.cpp b/source/windowing/StarScrollArea.cpp
index f4cc140..775462a 100644
--- a/source/windowing/StarScrollArea.cpp
+++ b/source/windowing/StarScrollArea.cpp
@@ -384,7 +384,8 @@ bool ScrollArea::sendEvent(InputEvent const& event) {
return true;
}
-void ScrollArea::update(float) {
+void ScrollArea::update(float dt) {
+ Widget::update(dt);
if (!m_visible)
return;