Show/Hide bookmarks option in display menu

This commit is contained in:
Charles J. Cliffe
2016-12-27 15:36:33 -05:00
parent 1ec92e0d9e
commit 79c8c415e2
5 changed files with 47 additions and 2 deletions
+3
View File
@@ -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();