From ff7d416aa99862a6ef00fd418418b57d226f983e Mon Sep 17 00:00:00 2001 From: sbvis Date: Wed, 24 Sep 2025 13:55:52 +0200 Subject: [PATCH] feature/headsupdisplay disable for macos --- src/ScatterplotPlugin.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ScatterplotPlugin.cpp b/src/ScatterplotPlugin.cpp index a2dd6aa..9139b2f 100644 --- a/src/ScatterplotPlugin.cpp +++ b/src/ScatterplotPlugin.cpp @@ -972,6 +972,10 @@ void ScatterplotPlugin::updateSelection() void ScatterplotPlugin::updateHeadsUpDisplay() { +#ifdef __APPLE__ + return; +#endif + getHeadsUpDisplayAction().removeAllHeadsUpDisplayItems(); if (_positionDataset.isValid()) {