We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcc02d commit ae0e506Copy full SHA for ae0e506
Graph Views/XRGGPUView.m
@@ -223,6 +223,10 @@ - (void)drawGraph {
223
}
224
225
226
+ self.leftLabel.stringValue = @"";
227
+ self.centerLabel.stringValue = @"";
228
+ self.rightLabel.stringValue = @"";
229
+
230
[leftText drawInRect:textRect withAttributes:[appSettings alignLeftAttributes]];
231
[centerText drawInRect:textRect withAttributes:[appSettings alignCenterAttributes]];
232
[rightText drawInRect:textRect withAttributes:[appSettings alignRightAttributes]];
0 commit comments