From 9c73224c8cb7e80a847f35db3bb40e1a528ffb01 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 10 Oct 2021 20:02:36 +0200 Subject: [PATCH] Revert "- hourglass: reduce animation timeout" This reverts commit 9ea88dd07549eaa689c2ff13ab690ea0349b3593. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/27a8834d94c3bb369d4d46c91368d5f4bd9590ce Author: vanhofen Date: 2021-10-10 (Sun, 10 Oct 2021) ------------------ This commit was generated by Migit --- src/gui/widget/hourglass.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gui/widget/hourglass.h b/src/gui/widget/hourglass.h index 0b7eca057..cf5a9c226 100644 --- a/src/gui/widget/hourglass.h +++ b/src/gui/widget/hourglass.h @@ -61,7 +61,7 @@ class CHourGlass : public CComponentsShapeSquare * The max count of images are defined in MAX_IMAGES. * Images must be stored as usual inside the defined icon directories. * @param[in] interval - * @li optional: expects type int64_t, defines paint interval, default = 75ms + * @li optional: expects type int64_t, defines paint interval, default = 84ms * @param[in] parent * @li optional: expects type CComponentsForm, as a parent container in which this object is embedded, default = NULL (stand alone) * @param[in] shadow_mode @@ -81,7 +81,7 @@ class CHourGlass : public CComponentsShapeSquare const int w = 48, const int h = 48, const std::string& image_basename = "hourglass", - const int64_t& interval = 75, + const int64_t& interval = 84, CComponentsForm *parent = NULL, int shadow_mode = CC_SHADOW_OFF, fb_pixel_t color_frame = COL_FRAME_PLUS_0, @@ -122,7 +122,7 @@ class CHourGlassProc : public CHourGlass const int w = 48, const int h = 48, const std::string& image_basename = "hourglass", - const int64_t& interval = 75, + const int64_t& interval = 84, CComponentsForm *parent = NULL, int shadow_mode = CC_SHADOW_OFF, fb_pixel_t color_frame = COL_FRAME_PLUS_0,