mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 17:13:47 +02:00
2021-06-16 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that caused the incorrect color to be embedded when dragging a cart. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21909,3 +21909,6 @@
|
||||
buttons in the SoundPanel widget.
|
||||
2021-06-16 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a compile warning in 'lib/rdsound_panel.cpp'.
|
||||
2021-06-16 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdlibrary(1) that caused the incorrect
|
||||
color to be embedded when dragging a cart.
|
||||
|
@@ -44,7 +44,7 @@ void LibraryView::mousePressEvent(QMouseEvent *e)
|
||||
RDCartDrag *cd=
|
||||
new RDCartDrag(mod->cartNumber(index),
|
||||
mod->data(mod->index(index.row(),4)).toString(),
|
||||
mod->data(mod->index(index.row(),0),Qt::TextColorRole).
|
||||
mod->data(mod->index(index.row(),1),Qt::TextColorRole).
|
||||
value<QColor>());
|
||||
drag->setMimeData(cd);
|
||||
drag->setPixmap(mod->data(mod->index(index.row(),0),Qt::DecorationRole).
|
||||
|
Reference in New Issue
Block a user