Skip to content

Don't call update on missing marginObject

Kevin Ottens requested to merge work/ervin/dont-update-nullptr-margins into master

The presence of the margin object was correctly checked for the updated value of m_oldMargins. But it was not evaluated before deciding to call update() which would lead to a crash.

Merge request reports