mitsuba-renderer / nanogui

Minimalistic C++/Python GUI library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL
Other
1.52k stars 189 forks source link

Fix window header disappear when dragging window in certain scenarios. #149

Open iysheng opened 1 year ago

iysheng commented 1 year ago

When the window's height bigger than parent window's height, and drag the window up.For lack necessary checking with this, the window header will disapper in certain scenarios. When meet this ,it was hard to drag window again.