-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
childWindow (Console window & Midi Monitor...) menu File/View>Close won't work or crash #38
Comments
Same for CtrlrMIDIMonitor.cpp Close option not assigned
Look for : |
CtrlrChildWindowContainer.cpp L156
|
toggle() function to close window uses windows.removeObject (w); to show window :
removeObject() crashes on some window : console and midi monitor name for different windows with toggle()
|
Problematic close menuItem have been removed from File or View Menus (CtrlrLuaConsole & CtrlrMidiMonitor) but the default close menuItem from CtrlrChildWindowContainer.cpp L156 is still unconnected to a close handle function. |
Console crashes Cubase and standalone if window is closed from the Menu File>Close
But it does not crash if closed from the top corner close x button
The text was updated successfully, but these errors were encountered: