diff --git a/Widgets/NSlideSwapView.qml b/Widgets/NSlideSwapView.qml index 73db21fd9..f37f14a66 100644 --- a/Widgets/NSlideSwapView.qml +++ b/Widgets/NSlideSwapView.qml @@ -61,8 +61,9 @@ Item { snapshot.scheduleUpdate(); Qt.callLater(() => { - if (!_running) + if (!_running) { return; + } const applyFn = _pendingApplyChange; _pendingApplyChange = null;