Issue 270: Speechbubble is broken
Status:  Done
Owner:
Closed:  Jun 2010
Project Member Reported by txprog, Jun 30, 2010
  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
Closed via GitHub: http://github.com/tito/pymt/commit/ddcd597ce5c6ef0d57980ab3529abfdaa455f03f

graphx: don't do glLineWidth with 0 value + reorganize speechbubble (fixe issues 270)
Status: Done