aboutsummaryrefslogtreecommitdiff
path: root/src/ui/host
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/host')
-rw-r--r--src/ui/host/LayoutPaintCycler.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/host/LayoutPaintCycler.cpp b/src/ui/host/LayoutPaintCycler.cpp
index 9b319da4..fd581e00 100644
--- a/src/ui/host/LayoutPaintCycler.cpp
+++ b/src/ui/host/LayoutPaintCycler.cpp
@@ -29,7 +29,7 @@ void LayoutPaintCycler::OnCycle() {
host_->Repaint();
}
}
- layout_dirty_ = true;
- paint_dirty_ = true;
+ layout_dirty_ = false;
+ paint_dirty_ = false;
}
} // namespace cru::ui::host