X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fgui%2Fimagedelegate.cpp;h=122196f3571afbea486da22ddd08e5822a0885e8;hb=54f5867e394981dd72548990064238454a6e2395;hp=875f1f7ee88a7d9a02d938da97889265ec668dd1;hpb=5da604521611a960140b58a2fb0f236c65610b70;p=virtualjaguar diff --git a/src/gui/imagedelegate.cpp b/src/gui/imagedelegate.cpp index 875f1f7..122196f 100644 --- a/src/gui/imagedelegate.cpp +++ b/src/gui/imagedelegate.cpp @@ -87,7 +87,10 @@ The foreground of the item (the circle representing a pixel) must be rendered us // This is crappy. We really should have a properly scaled image ready to go so we // don't get Qt's default ugly looking fast scaling... + #warning "!!! FIX !!! Need to create properly scaled down cart/label images!" +//We've got the carts, now just need to do the labels... + // unsigned long i = index.model()->data(index, Qt::DisplayRole).toUInt(); #if 0 unsigned long i = index.model()->data(index, Qt::DisplayRole).toUInt();