diff options
Diffstat (limited to 'library/clrpick.tcl')
-rw-r--r-- | library/clrpick.tcl | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/library/clrpick.tcl b/library/clrpick.tcl index f80d752..db5cc09 100644 --- a/library/clrpick.tcl +++ b/library/clrpick.tcl @@ -3,7 +3,7 @@ # Color selection dialog for platforms that do not support a # standard color selection dialog. # -# RCS: @(#) $Id: clrpick.tcl,v 1.18 2002/06/13 06:17:21 mdejong Exp $ +# RCS: @(#) $Id: clrpick.tcl,v 1.19 2002/07/22 21:25:39 mdejong Exp $ # # Copyright (c) 1996 Sun Microsystems, Inc. # @@ -109,13 +109,6 @@ proc ::tk::dialog::color:: {args} { ::tk::RestoreFocusGrab $w $data(okBtn) unset data - # Remove the transient property to insulate the - # dialog from changes in the master's state. - - if {[winfo exists $w]} { - wm transient $w {} - } - return $Priv(selectColor) } |