- fixed crash

git-svn-id: http://moon:8086/svn/software/trunk/projects/mpsk_rx_gui@282 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2016-03-04 06:58:27 +00:00
parent f9e2d47943
commit 8e190472e1
3 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ void IQPlaneComponent::trackerPointEnable(uint32_t id, juce::Colour color, cpx_t
m_trackerPoints[id].point.setX(pos.real);
m_trackerPoints[id].point.setY(pos.imag);
m_trackerPoints[id].size = size;
}
void IQPlaneComponent::trackerPointDisable(uint32_t id)