From 44818b128704f9f18a7a95a0ed30b319145afaab Mon Sep 17 00:00:00 2001 From: mkamonMdt Date: Sat, 18 Sep 2021 15:14:15 +0200 Subject: [PATCH] [BH-880] Fix of missing minus in PowerNap The bug could be noticed on the PowerNap's progress window. The countdown there is supposed to be increasing in value, that means the minus sign should be visible at all non-zero values. --- .../apps-common/widgets/ProgressTimerImpl.cpp | 23 ++++++++++++++----- .../apps-common/widgets/ProgressTimerImpl.hpp | 9 +++++++- .../presenter/PowerNapProgressPresenter.cpp | 3 ++- 3 files changed, 27 insertions(+), 8 deletions(-) diff --git a/module-apps/apps-common/widgets/ProgressTimerImpl.cpp b/module-apps/apps-common/widgets/ProgressTimerImpl.cpp index 52c7975cef6866cd6f08fafec7ea13cf39043f19..954f35f6db9a7b2a2e932d633aa57541d02ece2b 100644 --- a/module-apps/apps-common/widgets/ProgressTimerImpl.cpp +++ b/module-apps/apps-common/widgets/ProgressTimerImpl.cpp @@ -8,14 +8,19 @@ #include