Skip to content

Commit ff7d416

Browse files
committed
feature/headsupdisplay disable for macos
1 parent ec35367 commit ff7d416

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/ScatterplotPlugin.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -972,6 +972,10 @@ void ScatterplotPlugin::updateSelection()
972972

973973
void ScatterplotPlugin::updateHeadsUpDisplay()
974974
{
975+
#ifdef __APPLE__
976+
return;
977+
#endif
978+
975979
getHeadsUpDisplayAction().removeAllHeadsUpDisplayItems();
976980

977981
if (_positionDataset.isValid()) {

0 commit comments

Comments
 (0)