Skip to content

Replace Q_ASSERT with a return if NULL

With recent changes to pqFindDataSelectionDisplayFrame, it was possible for showFrustum() to be called when the current port was NULL. This could lead to a crash when no object was selected in the pipeline browser and the "Pick Center" tool was used. Changed this code to return from this function if the view or port are NULL.

Merge request reports