| Issue 270: | Speechbubble is broken | |
| 1 person starred this issue and may be notified of changes. | Back to list |
File "/home/tito/code/pymt/pymt/ui/widgets/widget.py", line 342, in on_draw
self.draw()
File "/home/tito/code/pymt/pymt/ui/widgets/speechbubble.py", line 93, in draw
color=self.bgcolor
File "/home/tito/code/pymt/pymt/graphx/draw.py", line 144, in drawRoundedRectangle
set_color(*color)
File "/home/tito/code/pymt/pymt/graphx/colors.py", line 50, in set_color
glColor3f(*colors)
File "/usr/local/lib/python2.6/dist-packages/PyOpenGL-3.0.1-py2.6.egg/OpenGL/error.py", line 208, in glCheckError
baseOperation = baseOperation,
OpenGL.error.GLError: GLError(
err = 1281,
description = 'invalid value',
baseOperation = glColor3f,
cArguments = (
0.71764705882352942,
0.8784313725490196,
1,
)
)
Jul 1, 2010
Project Member
#1
txprog
Status:
Done
|