rsjaffe / MIDI2LR

An application and plugin to remotely control Lightroom with a MIDI controller
http://rsjaffe.github.io/MIDI2LR/
GNU General Public License v3.0
686 stars 83 forks source link

Fix small bugs in the use of Juce that were triggering assertions in debug mode #422

Closed mag1024 closed 6 years ago

mag1024 commented 6 years ago

1) Component size must be set before parenting it to the window (triggers juce_ResizeableWindow.cpp:242) 2) Widget mutations must be performed under a lock (triggers juce_Component.cpp:1112)