mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Remove unneeded Qt::WA_InputMethodEnabled
The widget already had it
This commit is contained in:
parent
df808df8d3
commit
7dbf8ca1f4
1 changed files with 0 additions and 2 deletions
|
@ -240,8 +240,6 @@ Widget::Widget(
|
||||||
: nullptr)
|
: nullptr)
|
||||||
, _searchTimer([=] { searchMessages(); })
|
, _searchTimer([=] { searchMessages(); })
|
||||||
, _singleMessageSearch(&controller->session()) {
|
, _singleMessageSearch(&controller->session()) {
|
||||||
setAttribute(Qt::WA_InputMethodEnabled);
|
|
||||||
|
|
||||||
const auto makeChildListShown = [](PeerId peerId, float64 shown) {
|
const auto makeChildListShown = [](PeerId peerId, float64 shown) {
|
||||||
return InnerWidget::ChildListShown{ peerId, shown };
|
return InnerWidget::ChildListShown{ peerId, shown };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue