Fix proxies list box.

This commit is contained in:
John Preston 2020-06-30 12:25:06 +04:00
parent 06c9e55c26
commit 4b1e9e3b9d
1 changed files with 1 additions and 1 deletions

View File

@ -693,8 +693,8 @@ void ProxiesBox::applyView(View &&view) {
setupButtons(id, i->second.get());
if (_noRows) {
_noRows.reset();
wrap->resizeToWidth(width());
}
wrap->resizeToWidth(width());
} else if (view.host.isEmpty()) {
_rows.erase(i);
} else {