mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-02 07:34:36 +02:00
commit
57d3d4815b
@ -152,7 +152,7 @@ bool ProjectItemDelegate::editorEvent(QEvent* event,
|
|||||||
|
|
||||||
const QStyleOptionViewItem checkboxOpt = makeCheckboxStyleOption(opt, style);
|
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;
|
return false;
|
||||||
|
|
||||||
// swallow other events
|
// swallow other events
|
||||||
|
Loading…
x
Reference in New Issue
Block a user