RustAudio / baseview

low-level window system interface for audio plugin UIs
Apache License 2.0
267 stars 57 forks source link

Fix resizing on Windows not triggering an event #166

Closed robbert-vdh closed 6 months ago

robbert-vdh commented 9 months ago

Resizing should trigger a baseview resize event, but because we already set the new size here the WM_SIZE event was ignored.