mirror of https://github.com/procxx/kepka.git
parent
0b13ee7f7d
commit
dba5c75ef1
|
@ -691,7 +691,10 @@ void ProxiesBox::applyView(View &&view) {
|
||||||
wrap,
|
wrap,
|
||||||
std::move(view))));
|
std::move(view))));
|
||||||
setupButtons(id, i->second.get());
|
setupButtons(id, i->second.get());
|
||||||
_noRows.reset();
|
if (_noRows) {
|
||||||
|
_noRows.reset();
|
||||||
|
wrap->resizeToWidth(width());
|
||||||
|
}
|
||||||
} else if (view.host.isEmpty()) {
|
} else if (view.host.isEmpty()) {
|
||||||
_rows.erase(i);
|
_rows.erase(i);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue