1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-23 16:25:16 +03:00

[Companion] lock not correctly released

This commit is contained in:
Bertrand Songis 2019-10-14 10:24:13 +02:00
parent 1fee82c282
commit c5abb05e74
No known key found for this signature in database
GPG key ID: F189F79290FEC50F

View file

@ -298,8 +298,10 @@ void ModulePanel::setupFailsafes()
}
}
if (!hasFailsafe)
if (!hasFailsafe) {
lock = false;
return;
}
int row = 0;
int col = 0;