From f3e2c18cc680f0fa3eb5c66b27a3eecb43c25126 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Tue, 8 Oct 2002 04:28:44 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/gui/DirectFrame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/direct/src/gui/DirectFrame.py b/direct/src/gui/DirectFrame.py index fc51848deb..527028d691 100644 --- a/direct/src/gui/DirectFrame.py +++ b/direct/src/gui/DirectFrame.py @@ -25,7 +25,7 @@ class DirectFrame(DirectGuiWidget): ('text', None, self.setText), # Change default value of text mayChange flag from 0 # (OnscreenText.py) to 1 - ('text_mayChange', 1, None), + ('textMayChange', 1, None), ) # Merge keyword options with default options self.defineoptions(kw, optiondefs, @@ -75,7 +75,7 @@ class DirectFrame(DirectGuiWidget): component, (), 'text', OnscreenText, (), parent = self.stateNodePath[i], - text = text, scale = 1, + text = text, scale = 1, mayChange = self['textMayChange'], sort = TEXT_SORT_INDEX, )