mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user