mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-25 00:45:56 +02:00
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:
parent
59ca615f8a
commit
ae5daecaaa
@ -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'.
|
||||
|
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user