106:128efb9d148b | 107:02f142b399b1 |
---|---|
380 this->setupBackgroundColor(); | 380 this->setupBackgroundColor(); |
381 } | 381 } |
382 emit this->renderPreferencesChanged(); | 382 emit this->renderPreferencesChanged(); |
383 this->update(); | 383 this->update(); |
384 } | 384 } |
385 | |
386 /** | |
387 * @return the currently highlighted object | |
388 */ | |
389 ldraw::id_t PartRenderer::getHighlightedObject() const | |
390 { | |
391 return this->highlighted; | |
392 } |