Skip to content

Commit

Permalink
If pixel_range changes (when initially loaded for V7 -> V8 update) re…
Browse files Browse the repository at this point in the history
…-render image

Since it may be that Z-projection now falls within the MAX_PROJECTION_BYTES limit
  • Loading branch information
will-moore committed May 3, 2024
1 parent 11c0079 commit 3855025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/views/panel_view.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
this.render_layout);
this.listenTo(this.model, 'change:scalebar change:pixel_size_x', this.render_scalebar);
this.listenTo(this.model,
'change:zoom change:dx change:dy change:width change:height change:channels change:theZ change:theT change:z_start change:z_end change:z_projection change:min_export_dpi',
'change:zoom change:dx change:dy change:width change:height change:channels change:theZ change:theT change:z_start change:z_end change:z_projection change:min_export_dpi change:pixel_range',
this.render_image);
this.listenTo(this.model,
'change:channels change:zoom change:dx change:dy change:width change:height change:rotation change:labels change:theT change:deltaT change:theZ change:deltaZ change:z_projection change:z_start change:z_end',
Expand Down

0 comments on commit 3855025

Please sign in to comment.