From b16a804958b5126e491a8e55c13b249078b9bd59 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 4 May 2017 00:48:39 +0300 Subject: [PATCH] tweaking... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-chrome.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ui (gen4)/features/ui-chrome.js b/ui (gen4)/features/ui-chrome.js index 8a677434..374552e1 100755 --- a/ui (gen4)/features/ui-chrome.js +++ b/ui (gen4)/features/ui-chrome.js @@ -245,6 +245,7 @@ module.CurrentImageIndicator = core.ImageGridFeatures.Feature({ actions: CurrentImageIndicatorActions, handlers: [ + // show the indicator... ['load', function(){ var fadein = this.config['current-image-indicator-fadein'] @@ -259,10 +260,6 @@ module.CurrentImageIndicator = core.ImageGridFeatures.Feature({ }, fadein) }], - // move marker to current image... - ['focusImage.post', - function(){ this.updateCurrentImageIndicator() }], - // Change border size in the appropriate spot in the animation: // - before animation when scaling up // - after when scaling down