From 5e4fcabf3985fe436dc9e169865ada021c1bfd49 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Sun, 3 Mar 2024 05:05:41 +0100 Subject: [PATCH] set foreground of tooltip text so it can not be screwed up depending on colorscheme --- src/xschem.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]