diff --git a/src/xschem.tcl b/src/xschem.tcl index 1e13de72..321c9e84 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -6078,7 +6078,7 @@ proc balloon_show {w arg pos} { if {[string equal [tk windowingsystem] aqua]} { ::tk::unsupported::MacWindowStyle style $top help none } - pack [message $top.txt -aspect 10000 -background lightyellow \ + pack [message $top.txt -aspect 10000 -fg black -background lightyellow \ -font fixed -text $arg] if { $pos } { set wmx [winfo rootx $w]