fix: build error introduced in #3516

Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
Trial97 2025-04-29 09:02:58 +03:00
parent 6b4f07e976
commit 93552277fe
No known key found for this signature in database
GPG Key ID: 55EF5DA53DB36318

View File

@ -152,7 +152,7 @@ bool ProjectItemDelegate::editorEvent(QEvent* event,
const QStyleOptionViewItem checkboxOpt = makeCheckboxStyleOption(opt, style);
if (!checkboxOpt.rect.contains(mouseEvent->x(), mouseEvent->y()))
if (!checkboxOpt.rect.contains(mouseEvent->pos().x(), mouseEvent->pos().y()))
return false;
// swallow other events