EntrianAudio / Rack

4 stars 1 forks source link

The editor window isn't resizeable after you've launched a VCV-Host VST editor window #48

Closed RichieHindle closed 3 years ago

RichieHindle commented 3 years ago

After showing a VCV-Host editor window, subsequent Entrian Sequencers editor windows aren't resizeable.

(The Entrian Sequencers editor doesn't tell GLFW whether to make the window resizeable or not, so GLFW will default the GLFW_RESIZABLE property to be the same as the last window created. If that was the main Rack window then it will be resizeable, but if it was a VST editor window, it won't.)

RichieHindle commented 3 years ago

See also /david-c14/ModularFungi/issues/31 (same chunk of Richie's buggy code! 😃 ).

EntrianAudio commented 3 years ago

Fixed.