Browse Source

*** empty log message ***

Mark Mine 22 years ago
parent
commit
bc13bd5691
2 changed files with 2 additions and 1 deletions
  1. 1 1
      direct/src/tkwidgets/AppShell.py
  2. 1 0
      direct/src/tkwidgets/Slider.py

+ 1 - 1
direct/src/tkwidgets/AppShell.py

@@ -41,7 +41,7 @@ def resetVariableDict():
 class AppShell(Pmw.MegaWidget, PandaObject):
     appversion      = '1.0'
     appname         = 'Generic Application Frame'
-    copyright       = ('Copyright 2001 Walt Disney Imagineering.' +
+    copyright       = ('Copyright 2004 Walt Disney Imagineering.' +
                        ' All Rights Reserved')
     contactname     = 'Mark R. Mine'
     contactphone    = '(818) 544-2921'

+ 1 - 0
direct/src/tkwidgets/Slider.py

@@ -154,6 +154,7 @@ class SliderWidget(Pmw.MegaWidget):
                     Scale, (interior,),
                     variable = self._widgetVar,
                     from_ = self['min'], to = self['max'],
+                    resolution = 0.0,
                     width = 10,
                     orient = 'horizontal',
                     showvalue = 0,