Hide/show helper markers when changing visibility
This commit is contained in:
parent
29544066bb
commit
f73a1e93d0
@ -1498,6 +1498,9 @@ bool Marker::setVisible(bool visible)
|
|||||||
this->visible = visible;
|
this->visible = visible;
|
||||||
emit visibilityChanged(this);
|
emit visibilityChanged(this);
|
||||||
}
|
}
|
||||||
|
for(auto h : helperMarkers) {
|
||||||
|
h->setVisible(visible);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
QMenu *Marker::getContextMenu() {
|
QMenu *Marker::getContextMenu() {
|
||||||
|
Loading…
Reference in New Issue
Block a user