mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
possible fix to initial frame size problems
This commit is contained in:
parent
30f9bede7a
commit
ce4b86ddd0
@ -766,7 +766,7 @@ class DirectGuiWidget(DirectGuiBase, NodePath):
|
||||
# Now allow changes to take effect
|
||||
self.updateFrameStyle()
|
||||
if not self['frameSize']:
|
||||
self.setFrameSize()
|
||||
self.resetFrameSize()
|
||||
|
||||
def enableEdit(self):
|
||||
self.bind(B2PRESS, self.editStart)
|
||||
|
Loading…
x
Reference in New Issue
Block a user