From 333eadd551a6ee7ddf91c153563fb021c7e45da8 Mon Sep 17 00:00:00 2001 From: howard-stearns Date: Mon, 4 Jan 2016 14:46:57 -0800 Subject: [PATCH] Don't show render count / distance when using acuity. --- interface/resources/qml/Stats.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/resources/qml/Stats.qml b/interface/resources/qml/Stats.qml index 7048efe55c..9954cab063 100644 --- a/interface/resources/qml/Stats.qml +++ b/interface/resources/qml/Stats.qml @@ -264,7 +264,7 @@ Item { Text { color: root.fontColor; font.pixelSize: root.fontSize - visible: root.expanded + visible: root.expanded && !root.showAcuity text: root.lodStatsRenderText; } }