Set tool tip text color to black

This commit is contained in:
Allan Odgaard
2018-10-30 20:13:33 +07:00
parent c21387adfb
commit c50d92ba56

View File

@@ -55,6 +55,7 @@ static __weak OakToolTip* LastToolTip;
[field setDrawsBackground:NO];
[field setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
[field setFont:defaultFont];
[field setTextColor:[NSColor blackColor]];
[field setStringValue:@"This is a nice little code block"];
[self setContentView:field];