mirror of https://github.com/procxx/kepka.git
report spam panel positioned under the pinned message
This commit is contained in:
parent
3e37be5d5c
commit
680ea9f616
|
@ -6202,12 +6202,14 @@ void HistoryWidget::resizeEvent(QResizeEvent *e) {
|
||||||
if (_pinnedBar) {
|
if (_pinnedBar) {
|
||||||
if (_scroll.y() != st::replyHeight) {
|
if (_scroll.y() != st::replyHeight) {
|
||||||
_scroll.move(0, st::replyHeight);
|
_scroll.move(0, st::replyHeight);
|
||||||
|
_reportSpamPanel.move(0, st::replyHeight);
|
||||||
_attachMention.setBoundings(_scroll.geometry());
|
_attachMention.setBoundings(_scroll.geometry());
|
||||||
}
|
}
|
||||||
_pinnedBar->cancel.move(width() - _pinnedBar->cancel.width(), 0);
|
_pinnedBar->cancel.move(width() - _pinnedBar->cancel.width(), 0);
|
||||||
_pinnedBar->shadow.setGeometry(0, st::replyHeight, width(), st::lineWidth);
|
_pinnedBar->shadow.setGeometry(0, st::replyHeight, width(), st::lineWidth);
|
||||||
} else if (_scroll.y() != 0) {
|
} else if (_scroll.y() != 0) {
|
||||||
_scroll.move(0, 0);
|
_scroll.move(0, 0);
|
||||||
|
_reportSpamPanel.move(0, 0);
|
||||||
_attachMention.setBoundings(_scroll.geometry());
|
_attachMention.setBoundings(_scroll.geometry());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue