2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-05 00:55:12 +00:00

Handle clicks on expandable emoji category icons.

This commit is contained in:
John Preston
2022-07-13 14:58:36 +03:00
parent 38a69242ca
commit 57d5ec4513
6 changed files with 189 additions and 95 deletions

View File

@@ -410,6 +410,8 @@ TabbedSelector::TabbedSelector(
emoji()->showSet(setId);
_showRequests.fire({});
}, lifetime());
emoji()->refreshEmoji();
}
//setAttribute(Qt::WA_AcceptTouchEvents);
setAttribute(Qt::WA_OpaquePaintEvent, false);