mirror of
https://github.com/mapmapteam/mapmap.git
synced 2026-06-16 12:33:19 +02:00
Fix bug: solo was not working.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user