mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01: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:
@@ -21907,3 +21907,5 @@
|
|||||||
2021-06-16 Fred Gleason <fredg@paravelsystems.com>
|
2021-06-16 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Left-Justified the position of the 'Reset', 'Setup' and 'All'
|
* Left-Justified the position of the 'Reset', 'Setup' and 'All'
|
||||||
buttons in the SoundPanel widget.
|
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)
|
void RDSoundPanel::resizeEvent(QResizeEvent *e)
|
||||||
{
|
{
|
||||||
int w=size().width();
|
// int w=size().width();
|
||||||
int h=size().height();
|
int h=size().height();
|
||||||
|
|
||||||
UpdateButtonViewport();
|
UpdateButtonViewport();
|
||||||
|
|||||||
Reference in New Issue
Block a user