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:
parent
1fee82c282
commit
c5abb05e74
1 changed files with 3 additions and 1 deletions
|
@ -298,8 +298,10 @@ void ModulePanel::setupFailsafes()
|
|||
}
|
||||
}
|
||||
|
||||
if (!hasFailsafe)
|
||||
if (!hasFailsafe) {
|
||||
lock = false;
|
||||
return;
|
||||
}
|
||||
|
||||
int row = 0;
|
||||
int col = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue