2018-08-17 Fred Gleason <fredg@paravelsystems.com>

* Fixed problems with dragged carts setting the correct color
	when dropped on a sound panel button.
This commit is contained in:
Fred Gleason
2018-08-17 12:29:41 -04:00
parent 4a40700f1b
commit 8abcc89174
11 changed files with 179 additions and 168 deletions

View File

@@ -46,7 +46,8 @@ void LibListView::contentsMousePressEvent(QMouseEvent *e)
if(item==NULL) {
return;
}
RDCartDrag *d=new RDCartDrag(item->text(1).toUInt(),item->pixmap(0),this);
RDCartDrag *d=new RDCartDrag(item->text(1).toUInt(),item->pixmap(0),
Qt::lightGray,this);
d->dragCopy();
emit clicked(item);