diff --git a/lib/widget/widget.cpp b/lib/widget/widget.cpp index 04d0a4594c7..907b82e679f 100644 --- a/lib/widget/widget.cpp +++ b/lib/widget/widget.cpp @@ -343,7 +343,7 @@ static inline void forEachOverlayScreenBottomUp(const std::function bool + forEachOverlayScreenBottomUp([oldWidth, oldHeight, newWidth, newHeight](const OverlayScreen& overlay) -> bool { overlay.psScreen->screenSizeDidChange(oldWidth, oldHeight, newWidth, newHeight); return true; // keep enumerating