mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2024-11-12 23:26:10 -05:00
Fix #635 round 3, BookmarkView: clear the buttons when 'Remove active'
This commit is contained in:
parent
00a864f741
commit
a25253e745
@ -814,6 +814,11 @@ void BookmarkView::onBookmarkChoice( wxCommandEvent & /* event */ ) {
|
||||
void BookmarkView::activeSelection(DemodulatorInstancePtr dsel) {
|
||||
|
||||
if (dsel == nullptr) {
|
||||
hideProps();
|
||||
clearButtons();
|
||||
showProps();
|
||||
showButtons();
|
||||
refreshLayout();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user