2021-06-16 Fred Gleason <fredg@paravelsystems.com>

* Fixed a compile warning in 'lib/rdsound_panel.cpp'.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason 2021-06-16 19:19:07 -04:00
parent 59ca615f8a
commit ae5daecaaa
2 changed files with 3 additions and 1 deletions

View File

@ -21907,3 +21907,5 @@
2021-06-16 Fred Gleason <fredg@paravelsystems.com>
* Left-Justified the position of the 'Reset', 'Setup' and 'All'
buttons in the SoundPanel widget.
2021-06-16 Fred Gleason <fredg@paravelsystems.com>
* Fixed a compile warning in 'lib/rdsound_panel.cpp'.

View File

@ -879,7 +879,7 @@ void RDSoundPanel::scanPanelData()
void RDSoundPanel::resizeEvent(QResizeEvent *e)
{
int w=size().width();
// int w=size().width();
int h=size().height();
UpdateButtonViewport();