-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
v1: Crash when selecting blank panels from module browser #37
Comments
ok can you try it now |
That did not fix it. However, I found the issue: When looking at the
Per the example in Andrew's code, it should be:
Updating the signature in all instances in the Now, I am a little confused why this code needs to be like this, but the other modules in your plugin are fine using the derived class in their Widget signature. Maybe @AndrewBelt can comment on that? |
ok try it now 3fd0054 |
This is on GNU/Linux (Ubuntu 18.04). Which platform do you develop on? Still crashing with the latest change. The following additional change is required to make it work (use base class type in
|
ok try it now 2bcb52b |
No worries. That's why I test this. And thank you for providing your plugin early so we can figure these things out. Now it works. I will integrate the new version in the library repo. |
Rack v1.0.0 crashes when selecting any of the 3 blank modules ("JW Head") in the module browser.
Stack trace:
The text was updated successfully, but these errors were encountered: