mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Removed legacy HistoryItem::type() code.
This commit is contained in:
@@ -161,7 +161,7 @@ void ConfirmBox::mousePressEvent(QMouseEvent *e) {
|
||||
void ConfirmBox::mouseReleaseEvent(QMouseEvent *e) {
|
||||
_lastMousePos = e->globalPos();
|
||||
updateHover();
|
||||
if (ClickHandlerPtr activated = ClickHandler::unpressed()) {
|
||||
if (auto activated = ClickHandler::unpressed()) {
|
||||
Ui::hideLayer();
|
||||
App::activateClickHandler(activated, e->button());
|
||||
}
|
||||
|
Reference in New Issue
Block a user