Fix last commit

master
Timothy Pearson 13 years ago
parent 35e842f0c5
commit 5622d7cf2c

@ -575,9 +575,11 @@ void CommAnalyzerPart::mainEventLoop() {
#if 1
// Trace grap is slow on most instruments
// Put in the next trace request before processing the trace we just got so as to increase the overall update rate
// Get trace, step 1
ds << TQString("GETSPECTRUMTRACE");
m_socket->writeEndOfFrame();
if (m_commHandlerMode == 0) {
// Get trace, step 1
ds << TQString("GETSPECTRUMTRACE");
m_socket->writeEndOfFrame();
}
#endif
// Update display widget(s)

Loading…
Cancel
Save