Remove unneeded Qt::WA_InputMethodEnabled

The widget already had it
This commit is contained in:
Ilya Fedin 2024-05-21 11:24:20 +04:00 committed by John Preston
parent df808df8d3
commit 7dbf8ca1f4

View file

@ -240,8 +240,6 @@ Widget::Widget(
: nullptr)
, _searchTimer([=] { searchMessages(); })
, _singleMessageSearch(&controller->session()) {
setAttribute(Qt::WA_InputMethodEnabled);
const auto makeChildListShown = [](PeerId peerId, float64 shown) {
return InnerWidget::ChildListShown{ peerId, shown };
};