source-outputs: Fix a bug where the 'no streams' label is sometimes shown along with the actual widget.
This commit is contained in:
parent
7de18201a3
commit
18c8945708
|
@ -541,6 +541,7 @@ void MainWindow::updateSourceOutput(const pa_source_output_info &info) {
|
||||||
recsVBox->pack_start(*w, false, false, 0);
|
recsVBox->pack_start(*w, false, false, 0);
|
||||||
w->index = info.index;
|
w->index = info.index;
|
||||||
w->clientIndex = info.client;
|
w->clientIndex = info.client;
|
||||||
|
is_new = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
w->updating = true;
|
w->updating = true;
|
||||||
|
|
Loading…
Reference in New Issue