TooltipUI // Force redraw.
This commit is contained in:
parent
228160a62b
commit
79a0fb33a0
|
@ -41,6 +41,7 @@ public class TooltipUI: NSWindowController {
|
|||
messageText = NSAttributedTooltipTextView()
|
||||
messageText.backgroundColor = NSColor.controlBackgroundColor
|
||||
messageText.textColor = NSColor.textColor
|
||||
messageText.needsDisplay = true
|
||||
panel.contentView?.addSubview(messageText)
|
||||
super.init(window: panel)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue