mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix commands list show after scheduled visit.
This commit is contained in:
parent
3d98ebff42
commit
9a9e30c88b
1 changed files with 2 additions and 1 deletions
|
@ -6251,7 +6251,8 @@ void HistoryWidget::updateHistoryGeometry(
|
||||||
if (!initial) {
|
if (!initial) {
|
||||||
visibleAreaUpdated();
|
visibleAreaUpdated();
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
if (needResize || initial) {
|
||||||
if (_autocomplete) {
|
if (_autocomplete) {
|
||||||
_autocomplete->setBoundings(_scroll->geometry());
|
_autocomplete->setBoundings(_scroll->geometry());
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue