[Bugfix] Enabled editing of default-on-open rocket
- added a judicious <Rocket>.enableEvents() call
This commit is contained in:
parent
fbd40859a5
commit
cd829ff3fd
@ -104,6 +104,7 @@ public class OpenRocketDocument implements ComponentChangeListener {
|
|||||||
|
|
||||||
OpenRocketDocument(Rocket rocket) {
|
OpenRocketDocument(Rocket rocket) {
|
||||||
this.rocket = rocket;
|
this.rocket = rocket;
|
||||||
|
rocket.enableEvents();
|
||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user