mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2025-02-03 09:44:26 -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) {
|
void BookmarkView::activeSelection(DemodulatorInstancePtr dsel) {
|
||||||
|
|
||||||
if (dsel == nullptr) {
|
if (dsel == nullptr) {
|
||||||
|
hideProps();
|
||||||
|
clearButtons();
|
||||||
|
showProps();
|
||||||
|
showButtons();
|
||||||
|
refreshLayout();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user