From c21b2965ef44b7f691527f9051f2068e6604e964 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 23 Aug 2017 20:11:42 +0300 Subject: [PATCH] docs... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/ui-widgets.js | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/ui (gen4)/features/ui-widgets.js b/ui (gen4)/features/ui-widgets.js index 29bd502a..babf83b2 100755 --- a/ui (gen4)/features/ui-widgets.js +++ b/ui (gen4)/features/ui-widgets.js @@ -1098,8 +1098,8 @@ var BrowseActionsActions = actions.Actions({ '40:$Crop', 'Crop/80:Crop $marked images', 'Crop/80:Crop $bookmarked images', - 'Crop/60:$Crop', - 'Crop/60:$Flatten', + 'Crop/70:$Crop', + 'Crop/70:$Flatten', // Path patterns... // @@ -1107,8 +1107,13 @@ var BrowseActionsActions = actions.Actions({ // // NOTE: patterns are used to override priorities of all // the matching paths... + // NOTE: intersecting patterns are handled in order of + // occurrence thus a more general pattern may + // "shadow" all the compatible but less general + // patterns after it... + // XXX this may get fixed in the future, but currently + // this is not a bug... 'Crop/60:crop .*ribbon.*', - 'Crop/50:crop.*', // The rest of the elements in the path will get added // between the positive and negative prioritized items...