Skip to content
Commit 2eb89785 authored by Fushan Wen's avatar Fushan Wen
Browse files

wallpapers/image: fix wrong usage of `std::bind`

`m_virtualDesktopInfo->currentDesktop()` will be regarded as a static
value in `std::bind`, which prevents the current desktop from being
updated, so use lambda instead.

BUG: 459199
FIXED-IN: 5.26


(cherry picked from commit eb348312)
parent df793b9b
Pipeline #232998 passed with stage
in 25 minutes and 34 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment