Changeset 95 for trunk/tcl


Ignore:
Timestamp:
Oct 9, 2005, 9:41:29 PM (19 years ago)
Author:
mmc
Message:
  • Fixed an annoying bug in the scroller that would cause the device to jitter up and down in some cases. (1-barrier case of app-rtd)
  • Fixed cloud/mesh objects to allow different units for each of the various axes.
  • Fixed the install.tcl script to avoid popping up the notice about Rappture being installed when tclsh is running the script.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tcl/install.tcl

    r13 r95  
    9393mkindex [file join $targetdir scripts]
    9494
    95 if {[catch {package require Tk}] == 0} {
     95if {[string match wish* [file tail [info nameofexecutable]]]} {
     96    package require Tk
    9697    wm withdraw .
    9798    tk_messageBox -icon info -message "$package-$version INSTALLED"
Note: See TracChangeset for help on using the changeset viewer.