1247 pixelptr += 4; |
1247 pixelptr += 4; |
1248 |
1248 |
1249 if (idx == 0xFFFFFF) |
1249 if (idx == 0xFFFFFF) |
1250 continue; // White is background; skip |
1250 continue; // White is background; skip |
1251 |
1251 |
|
1252 dprint ("id: %1\n", idx); |
1252 LDObject* obj = LDObject::fromID (idx); |
1253 LDObject* obj = LDObject::fromID (idx); |
1253 assert (obj != null); |
1254 assert (obj != null); |
1254 |
1255 |
1255 // If this is an additive single pick and the object is currently selected, |
1256 // If this is an additive single pick and the object is currently selected, |
1256 // we remove it from selection instead. |
1257 // we remove it from selection instead. |