mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2021-02-09 Fred Gleason <fredg@paravelsystems.com>
* Added an 'RDEmptyCart' widget. * Removed 'RD3EmptyCart' dependency from rdairplay(1). * Removed 'RD3EmptyCart' dependency from rdlogmanager(1). * Removed 'RD3EmptyCart' dependency from rdpanel(1). * Removed the 'RD3EmptyCart' widget. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -634,7 +634,7 @@ MainWidget::MainWidget(RDConfig *config,QWidget *parent)
|
||||
//
|
||||
// Empty Cart
|
||||
//
|
||||
air_empty_cart=new RD3EmptyCart(this);
|
||||
air_empty_cart=new RDEmptyCart(this);
|
||||
air_empty_cart->setGeometry(520,sizeHint().height()-51,32,32);
|
||||
if(!rda->station()->enableDragdrop()) {
|
||||
air_empty_cart->hide();
|
||||
|
||||
Reference in New Issue
Block a user