mirror of
https://github.com/jankae/LibreVNA.git
synced 2025-12-06 07:12:10 +01:00
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;
|
||||
emit visibilityChanged(this);
|
||||
}
|
||||
for(auto h : helperMarkers) {
|
||||
h->setVisible(visible);
|
||||
}
|
||||
}
|
||||
|
||||
QMenu *Marker::getContextMenu() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue