diff --git a/ui (gen4)/features/ui.js b/ui (gen4)/features/ui.js index f3017799..451430ad 100755 --- a/ui (gen4)/features/ui.js +++ b/ui (gen4)/features/ui.js @@ -824,6 +824,10 @@ module.Viewer = core.ImageGridFeatures.Feature({ 'addClass' : 'removeClass']('crop-mode') }], + + // update the alignment as soon as we switch modes... + ['toggleRibbonAlignMode', + function(){ this.focusImage() }], ], })