Skip to content

Commit

Permalink
[Bug] "Mute all channels" and "Unmute all channels" didn't update the…
Browse files Browse the repository at this point in the history
… graphics (#520)
  • Loading branch information
aargirakis committed May 16, 2024
1 parent d379e89 commit 43300f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/buttonoscilloscope.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ void ButtonOscilloscope::setTextColor(QColor text)
void ButtonOscilloscope::setChecked(bool c)
{
checked=c;
update();
}
void ButtonOscilloscope::paintEvent(QPaintEvent *event)
{
Expand Down

0 comments on commit 43300f4

Please sign in to comment.