Skip to content

Commit

Permalink
Minor: SnifferWindow: fix deprecated constant
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulenka committed Jan 19, 2024
1 parent 2b5aa1f commit f634cd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion re/sniffer/snifferwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ void SnifferWindow::notchTick()
}
else
{
ui->lblNotch->setBackgroundRole(QPalette::Background);
ui->lblNotch->setBackgroundRole(QPalette::Window);
ui->lblNotch->repaint();
//qDebug() << "Tock";
}
Expand Down

0 comments on commit f634cd9

Please sign in to comment.