mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-21 06:51:25 +00:00
Version 1.0.29: Fix cancel GIFs search button.
This commit is contained in:
parent
a1adf2dae6
commit
252a6f9d5a
@ -88,6 +88,9 @@ GifsListWidget::Footer::Footer(gsl::not_null<GifsListWidget*> parent) : InnerFoo
|
||||
_pan->searchForGifs(_field->getLastText());
|
||||
});
|
||||
_cancel->moveToRight(st::gifsSearchCancelPosition.x(), st::gifsSearchCancelPosition.y());
|
||||
_cancel->setClickedCallback([this] {
|
||||
_field->setText(QString());
|
||||
});
|
||||
}
|
||||
|
||||
void GifsListWidget::Footer::stealFocus() {
|
||||
|
Loading…
Reference in New Issue
Block a user