2018-11-09 Fred Gleason <fredg@paravelsystems.com>

* Removed a debugging printf in rdpanel(1).
This commit is contained in:
Fred Gleason 2018-11-09 14:00:05 -05:00
parent 2b2b3ecc2d
commit 749c5750f4
2 changed files with 2 additions and 1 deletions

View File

@ -18005,3 +18005,5 @@
* Fixed a regression in rdairplay(1) pie widget.
2018-11-09 Patrick Linstruth <patrick@deltecent.com>
* Fixed a regression in rdpanel(1) background image.
2018-11-09 Fred Gleason <fredg@paravelsystems.com>
* Removed a debugging printf in rdpanel(1).

View File

@ -115,7 +115,6 @@ MainWidget::MainWidget(QWidget *parent)
QPalette p=palette();
p.setBrush(backgroundRole(),panel_skin_pixmap);
setPalette(p);
fprintf(stderr,"setPalette\n");
}
//