mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01: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:
@@ -794,7 +794,8 @@ void LogLineBox::mouseMoveEvent(QMouseEvent *e)
|
||||
if(line_allow_drags&&(line_logline!=NULL)) {
|
||||
RDCartDrag *d=
|
||||
new RDCartDrag(line_logline->cartNumber(),line_icon_label->pixmap(),
|
||||
this);
|
||||
line_group_label->palette().
|
||||
color(QColorGroup::Foreground),this);
|
||||
d->dragCopy();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user