Only update count for send button if the text box is dirty

This commit is contained in:
Jordan Sherer
2018-10-01 13:04:50 -04:00
parent 2f6ed1b89c
commit 862e702b2d
2 changed files with 9 additions and 4 deletions
+1
View File
@@ -728,6 +728,7 @@ private:
bool m_rxDirty;
bool m_rxDisplayDirty;
int m_txFrameCount;
bool m_txTextDirty;
QString m_lastTxMessage;
QDateTime m_lastTxTime;