mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +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,8 +8207,10 @@ void HistoryWidget::paintEvent(QPaintEvent *e) {
|
|||
|| replyTo()
|
||||
|| readyToForward()
|
||||
|| _kbShown) {
|
||||
if (!isSearching()) {
|
||||
drawField(p, clip);
|
||||
}
|
||||
}
|
||||
} else {
|
||||
const auto w = st::msgServiceFont->width(tr::lng_willbe_history(tr::now))
|
||||
+ st::msgPadding.left()
|
||||
|
|
Loading…
Add table
Reference in a new issue