pupil-labs / pyglui

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

Hide drag handle when menu collapsed #12

Closed willpatera closed 9 years ago

willpatera commented 9 years ago

Menu drag handle should be hidden or disabled when menu is collapsed. Current dragging of a collapsed menu can lead to an unintended resize or simultaneous translation + scaling.

Suggestion - make drag handle invisible or disabled when menu is collapsed.