Skip to content

Fixed condition under which default size/position are set

Sean McBride requested to merge seanm/vtk:zero-sum into master

The code was previously summing two (usually unsigned) integers to lazily detect them both being at uninitialized/zero value.

Now properly check that both are actually zero, and only then fall back to default values.

Merge request reports