david-c14 / ModularFungi

Omri Cohen's Modular Fungi for VCVRack
BSD 3-Clause "New" or "Revised" License
12 stars 9 forks source link

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

Closed RichieHindle closed 2 years ago

RichieHindle commented 3 years ago

The Opsylloscope popup window is normally resizeable, but after you've launched a VCV-Host VST editor window, it isn't.

In the code section "Tell GLFW the properties of the window we want to create" you need to call this:

glfwWindowHint(GLFW_RESIZABLE, GLFW_TRUE);

Otherwise, GLFW will default the GLFW_RESIZABLE property to be the same as the last window created, and if that's a VST editor window, it won't be resizable.

curlymorphic commented 3 years ago

@RichieHindle Thanks for both the report and the solution.

@david-c14 I shall make the changes now, and include in the next release. I have additional feature requests to implement.

RichieHindle commented 3 years ago

No problem! (I shouldn't have given Omri buggy code in the first place. 😃 )

david-c14 commented 2 years ago

Development for Modular Fungi is currently on hold.