Skip to content

Commit

Permalink
1.1.7b update 1
Browse files Browse the repository at this point in the history
修复channel list 不显示问题
  • Loading branch information
gztss committed Dec 5, 2017
1 parent 6d7f124 commit 20a9d9e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion SerialTool/source/oscilloscope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Oscilloscope::Oscilloscope(QWidget *parent)
connect(&updataTimer, &QTimer::timeout, this, &Oscilloscope::timeUpdata);

clear();
ui.channelList->setVisible(false);
}

Oscilloscope::~Oscilloscope()
Expand Down

0 comments on commit 20a9d9e

Please sign in to comment.