Animated jetways: Fix shift-click in the jetway editor not setting _edit to false on the current jetway
This commit is contained in:
parent
8254ae53bd
commit
0685d0127d
1 changed files with 1 additions and 0 deletions
|
@ -224,6 +224,7 @@ var click = func(pos)
|
|||
}
|
||||
elsif (kbd_shift.getBoolValue())
|
||||
{
|
||||
if (selected_jetway != nil) selected_jetway._edit = 0;
|
||||
selected_jetway = nil;
|
||||
}
|
||||
elsif (kbd_ctrl.getBoolValue())
|
||||
|
|
Loading…
Add table
Reference in a new issue