mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 23:00:21 +01:00
2018-11-09 Fred Gleason <fredg@paravelsystems.com>
* Removed a debugging printf in rdpanel(1).
This commit is contained in:
@@ -18005,3 +18005,5 @@
|
|||||||
* Fixed a regression in rdairplay(1) pie widget.
|
* Fixed a regression in rdairplay(1) pie widget.
|
||||||
2018-11-09 Patrick Linstruth <patrick@deltecent.com>
|
2018-11-09 Patrick Linstruth <patrick@deltecent.com>
|
||||||
* Fixed a regression in rdpanel(1) background image.
|
* Fixed a regression in rdpanel(1) background image.
|
||||||
|
2018-11-09 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Removed a debugging printf in rdpanel(1).
|
||||||
|
|||||||
@@ -115,7 +115,6 @@ MainWidget::MainWidget(QWidget *parent)
|
|||||||
QPalette p=palette();
|
QPalette p=palette();
|
||||||
p.setBrush(backgroundRole(),panel_skin_pixmap);
|
p.setBrush(backgroundRole(),panel_skin_pixmap);
|
||||||
setPalette(p);
|
setPalette(p);
|
||||||
fprintf(stderr,"setPalette\n");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user