mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-04-09 00:13:41 +00:00
Hide/show helper markers when changing visibility
This commit is contained in:
parent
29544066bb
commit
f73a1e93d0
1 changed files with 3 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue