Fix redifinition
Copy-pasting strikes back.
This commit is contained in:
parent
123c748686
commit
b829065fca
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ bool ConvertToSupergroupBox::convertFail(const RPCError &error) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
void PinMessageBox::resizeEvent(QResizeEvent *e) {
|
void ConvertToSupergroupBox::resizeEvent(QResizeEvent *e) {
|
||||||
BoxContent::resizeEvent(e);
|
BoxContent::resizeEvent(e);
|
||||||
_text->moveToLeft(st::boxPadding.left(), st::boxPadding.top());
|
_text->moveToLeft(st::boxPadding.left(), st::boxPadding.top());
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue