Display values can be sent to DisplayCanvasItem inconsistently #1007
Closed
1 task done
Labels
audience - developer
affects internal development or blocks another issue
effort - week
a week or less
f - displays
f - raster-image
impact - critical
has no practical workaround and prevents regular use
reach - medium
affects several users weekly
type - internal maintenance
This is an internal issue and can result in inconsistent calibration data between the display canvas item (specifically the
ImageCanvasItem
) and the display data, resulting in incorrect calibration data.Particularly, in upcoming calibration style improvements, the user changing calibration style results in a temporary state where the display canvas item has data that has the wrong number of dimension calibrations.
This is not a visible bug in the current version (which does not need the dimension calibrations in the display), but prevents upcoming calibration improvements.
The solution is to pass the combination of display-values and calibration info at the same time rather than split into two methods (
update_display_values
andupdate_display_properties_and_layers
).Tasks
The text was updated successfully, but these errors were encountered: