Fix bug: solo was not working.

This commit is contained in:
Tats
2016-02-12 12:16:11 -05:00
parent f837b80c20
commit ed859fadf5
4 changed files with 34 additions and 1 deletions
+4
View File
@@ -38,6 +38,10 @@ bool ShapeGraphicsItem::isMappingCurrent() const {
return MainWindow::instance()->getCurrentMappingId() == getMapping()->getId();
}
bool ShapeGraphicsItem::isMappingVisible() const {
return MainWindow::instance()->getMappingManager().mappingIsVisible(getMapping());
}
void ShapeGraphicsItem::paint(QPainter *painter,
const QStyleOptionGraphicsItem *option, QWidget *widget)
{