Commit 5b969d25 authored by Michael Carpenter's avatar Michael Carpenter

Fix for a crash involving RawStatusView

parent ba6c9ba9
...@@ -122,6 +122,7 @@ void UASRawStatusView::updateTableTimerTick() ...@@ -122,6 +122,7 @@ void UASRawStatusView::updateTableTimerTick()
//We're over what we can do. Add a column and continue. //We're over what we can do. Add a column and continue.
columncount+=2; columncount+=2;
broke = true; broke = true;
i = valueMap.constEnd(); // Ensure loop breakout.
break; break;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment