diff options
author | fvogelnew1@free.fr <fvogel> | 2016-04-29 19:23:56 (GMT) |
---|---|---|
committer | fvogelnew1@free.fr <fvogel> | 2016-04-29 19:23:56 (GMT) |
commit | 32648b3a74fbc4bee004239d229580671b26ec85 (patch) | |
tree | ca690d0e2669c02ac44bd34e86e7541db0eab853 /library | |
parent | 60f9f941359e7a2240ac562e57c19d5a1fdda3d0 (diff) | |
download | tk-32648b3a74fbc4bee004239d229580671b26ec85.zip tk-32648b3a74fbc4bee004239d229580671b26ec85.tar.gz tk-32648b3a74fbc4bee004239d229580671b26ec85.tar.bz2 |
Fixed indentation
Diffstat (limited to 'library')
-rw-r--r-- | library/button.tcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/button.tcl b/library/button.tcl index 061069a..16624e7 100644 --- a/library/button.tcl +++ b/library/button.tcl @@ -604,8 +604,8 @@ proc ::tk::ButtonInvoke w { update idletasks after 100 if {[winfo exists $w]} { - $w configure -state $oldState -relief $oldRelief - uplevel #0 [list $w invoke] + $w configure -state $oldState -relief $oldRelief + uplevel #0 [list $w invoke] } } } |