Tk Source Code

Ticket Change Details
Login
Overview

Artifact ID: 8a2f1c5dec1508892536f9b037fe89353cc847ef
Ticket: 6867cc13a4a9ac80d2861daab0e0380cea1a6ecb
[tk fontchooser configure] overwrites global variables
User & Date: anonymous 2014-01-28 14:51:25
Changes

  1. icomment:
    This should fix it:
    
    --- a/library/fontchooser.tcl
    +++ b/library/fontchooser.tcl
    @@ -10,6 +10,8 @@
     
     namespace eval ::tk::fontchooser {
         variable S
    +    variable font
    +    variable style
     
         set S(W) .__tk__fontchooser
         set S(fonts) [lsort -dictionary [font families]]
    
  2. login: "anonymous"
  3. mimetype: "text/plain"