import change fix
This commit is contained in:
parent
09628e21d6
commit
9e5535d6f7
|
|
@ -1,6 +1,7 @@
|
|||
from Tkinter import *
|
||||
import Pmw
|
||||
import sys
|
||||
from direct.task import Task
|
||||
# This is required by the ihooks.py module used by Squeeze (used by
|
||||
# pandaSqueezer.py) so that Pmw initializes properly
|
||||
sys.modules['_Pmw'].__name__ = '_Pmw'
|
||||
|
|
|
|||
|
|
@ -276,8 +276,8 @@ class Transitions:
|
|||
self.letterboxTop = DirectFrame(
|
||||
parent = self.letterbox,
|
||||
guiId = 'letterboxTop',
|
||||
relief = FLAT,
|
||||
state = NORMAL,
|
||||
relief = DGG.FLAT,
|
||||
state = DGG.NORMAL,
|
||||
frameColor = (0, 0, 0, 1),
|
||||
borderWidth = (0, 0),
|
||||
frameSize = (-1, 1, 0, 0.2),
|
||||
|
|
@ -286,8 +286,8 @@ class Transitions:
|
|||
self.letterboxBottom = DirectFrame(
|
||||
parent = self.letterbox,
|
||||
guiId = 'letterboxBottom',
|
||||
relief = FLAT,
|
||||
state = NORMAL,
|
||||
relief = DGG.FLAT,
|
||||
state = DGG.NORMAL,
|
||||
frameColor = (0, 0, 0, 1),
|
||||
borderWidth = (0, 0),
|
||||
frameSize = (-1, 1, 0, 0.2),
|
||||
|
|
|
|||
Loading…
Reference in New Issue