From 12b8fa5b7645b3c6bae1d522afd6b47550c5e589 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Mon, 15 Apr 2019 01:47:09 +0300 Subject: [PATCH] more notes... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/filesystem.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui (gen4)/features/filesystem.js b/ui (gen4)/features/filesystem.js index 1ddd3fd3..381ce423 100755 --- a/ui (gen4)/features/filesystem.js +++ b/ui (gen4)/features/filesystem.js @@ -1834,6 +1834,9 @@ var FileSystemWriterActions = actions.Actions({ // limit preview size... // NOTE: also remove the preview resolution if // it's smaller... + // XXX if we are limiting preview size then we + // need to also update .path to the correct + // preview size (use a preview as source) .filter(function(res){ // no size limit or match... if(!max_size || parseInt(res) <= max_size){