Reduce flicker.

This commit is contained in:
Dianne Skoll
2025-10-22 12:33:51 -04:00
parent e0a5125ee0
commit 6081d29b11

View File

@@ -4981,8 +4981,10 @@ proc ShowManPage { cmd jump destroy } {
$w.t insert end "Could not display TkRemind manual page: $err"
}
$w.t configure -state disabled
CenterWindow $w .
raise $w
if { $destroy } {
CenterWindow $w .
raise $w
}
focus $w.t
}