mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-02 14:04:47 -04:00
Show/Hide bookmarks option in display menu
This commit is contained in:
@@ -126,6 +126,9 @@ BookmarkView::BookmarkView( wxWindow* parent, wxWindowID id, const wxPoint& pos,
|
||||
|
||||
|
||||
void BookmarkView::onUpdateTimer( wxTimerEvent& event ) {
|
||||
if (!this->IsShown()) {
|
||||
return;
|
||||
}
|
||||
if (doUpdateActive.load()) {
|
||||
doUpdateActiveList();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user