Skip to content

Commit

Permalink
packet sender accept large hex block, issue #30
Browse files Browse the repository at this point in the history
  • Loading branch information
dannagle committed Mar 6, 2016
1 parent e277f1e commit 6b47076
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -589,12 +589,11 @@ quint64 MainWindow::timeSinceLaunch()
void MainWindow::on_packetHexEdit_lostFocus()
{

qDebug() << __FILE__ << "/" << __LINE__ <<"on_serialHexEdit_lostFocus";

QString quicktestHex = ui->packetHexEdit->text();

ui->packetASCIIEdit->setText(Packet::hexToASCII(quicktestHex));
ui->packetASCIIEdit->setToolTip("");
ui->packetHexEdit->setText(quicktestHex);


}
Expand Down

0 comments on commit 6b47076

Please sign in to comment.