mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Add Qt 6 support
Tested only on Linux so far
This commit is contained in:
@@ -495,7 +495,7 @@ void SuggestionsWidget::triggerRow(const Row &row) const {
|
||||
_triggered.fire(row.emoji->text());
|
||||
}
|
||||
|
||||
void SuggestionsWidget::enterEventHook(QEvent *e) {
|
||||
void SuggestionsWidget::enterEventHook(QEnterEvent *e) {
|
||||
if (!inner().contains(mapToInner(QCursor::pos()))) {
|
||||
clearMouseSelection();
|
||||
}
|
||||
|
Reference in New Issue
Block a user