Fix commands list show after scheduled visit.

This commit is contained in:
John Preston 2024-10-07 13:35:34 +04:00
parent 3d98ebff42
commit 9a9e30c88b

View File

@ -6251,7 +6251,8 @@ void HistoryWidget::updateHistoryGeometry(
if (!initial) {
visibleAreaUpdated();
}
}
if (needResize || initial) {
if (_autocomplete) {
_autocomplete->setBoundings(_scroll->geometry());
}