Skip to content

Fixes various issues with pqColorAnnotationsPropertyWidget.

This fixes BUG #15483 (closed) and BUG #15481 (closed). pqColorAnnotationsPropertyWidget tried to keep the "Annotations" and "IndexedColors" separate from one another (as it is unfortunately done on the Proxy). That was causing all the confusion. Hence, ditched that separation. Now Annotations and the associated colors are tracked together with one another resolving the reported issues.

Fixes BUG #15483 and BUG #15481

Merge request reports