mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-14 13:17:08 +02:00
Fix a glitch in search-in-separate-window.
This commit is contained in:
parent
abf9764640
commit
95d4e02ae1
1 changed files with 3 additions and 1 deletions
|
@ -8207,7 +8207,9 @@ void HistoryWidget::paintEvent(QPaintEvent *e) {
|
|||
|| replyTo()
|
||||
|| readyToForward()
|
||||
|| _kbShown) {
|
||||
drawField(p, clip);
|
||||
if (!isSearching()) {
|
||||
drawField(p, clip);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
const auto w = st::msgServiceFont->width(tr::lng_willbe_history(tr::now))
|
||||
|
|
Loading…
Add table
Reference in a new issue