Fixed a little GUI error.
commit05022304fbd8132d63cb909f0507a107da216485
authorBrian Caine <brian@beelzebub.(none)>
Mon, 26 Nov 2007 14:27:25 +0000 (26 09:27 -0500)
committerBrian Caine <brian@beelzebub.(none)>
Mon, 26 Nov 2007 14:27:25 +0000 (26 09:27 -0500)
tree207641ebdf9d45703e84347621c1378ee86e46c0
parenta338dac3c7e4926602e40090e11ddb45e7dde0e0
Fixed a little GUI error.

When you click a widget, it sends a MOUSEBUTTONDOWN. And when you
release it, it sends a MOUSEBUTTONUP. Well, if you clicked the widget
and moved the mouse off of it, it stays down.

This commit fixed it. Not that big of a deal. Just a few lines.
pygame_gui/DerGUI.py
update_zip.sh