Skip to content

Fix crash in PlotOverLine inherit representation

When setting Inherit Representation in General Settings, plot over line on a PNG was crashing. pqPropertiesPanel::updateDisplayPanel was being called by a callback before DisplayWidgets was set, which was being accessed by the callback.

Fixes #19994 (closed)

Merge request reports