pupil-labs / pyglui

cython powered OpenGL gui that works with glfw
MIT License
30 stars 20 forks source link

Bug in the resize square #37

Closed cpicanco closed 7 years ago

cpicanco commented 8 years ago

The resize square is the one at the bottom right of the test windows.

The problem

Resizing (width) of the window is started (sometimes) after (onDrag and) moving the mouse_pos far beyond (50+ pixels) of the resize square boundaries.

Moving the test window changes the mentioned resize behavior.

Solution

If the problem is not with the test windows themselves (Did I miss some configuration?), resize should occur promptly.

Solution 2

If the problem is, indeed, with the test windows, improve windows docs.