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

@@ -32,7 +32,8 @@
class RDCartDrag : public Q3StoredDrag
{
public:
RDCartDrag(unsigned cartnum,const QPixmap *icon,QWidget *src=0);
RDCartDrag(unsigned cartnum,const QPixmap *icon,const QColor &color,
QWidget *src=0);
RDCartDrag(unsigned cartnum,const QString &title,const QColor &color,
QWidget *src=0);
static bool canDecode(QMimeSource *e);