Introduction of checkable sub grids caused contour maps to display nothing. The problematic code was m_gridCollection->setActive(false);
Changes in update logic based on checked state of visible grids triggered new computation of visible cells. In this case, all grids where marked as invisible due to the disabled grid collection.