Skip to content
Snippets Groups Projects
Commit 8f80e614 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Disabling resetView when IntensityItem corrupted

parent 4ac7003f
No related branches found
No related tags found
No related merge requests found
......@@ -402,6 +402,9 @@ BasicAxisItem* IntensityDataItem::zAxisItem()
void IntensityDataItem::resetView()
{
if (!m_data)
return;
setAxesRangeToData();
if (!isZAxisLocked())
computeDataRange();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment