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,7 +8207,9 @@ void HistoryWidget::paintEvent(QPaintEvent *e) {
|
||||||
|| replyTo()
|
|| replyTo()
|
||||||
|| readyToForward()
|
|| readyToForward()
|
||||||
|| _kbShown) {
|
|| _kbShown) {
|
||||||
drawField(p, clip);
|
if (!isSearching()) {
|
||||||
|
drawField(p, clip);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
const auto w = st::msgServiceFont->width(tr::lng_willbe_history(tr::now))
|
const auto w = st::msgServiceFont->width(tr::lng_willbe_history(tr::now))
|
||||||
|
|
Loading…
Add table
Reference in a new issue