Fix popup not correct column
This commit is contained in:
parent
8f2201ba9b
commit
749047a791
@ -238,7 +238,7 @@ public class MotorConfigurationPanel extends FlightConfigurablePanel<MotorMount>
|
||||
}
|
||||
}
|
||||
|
||||
if (selectedColumn > 0) {
|
||||
if (c > 0) {
|
||||
doPopupFull(e);
|
||||
} else {
|
||||
flightConfigurationPanel.doPopupConfig(e);
|
||||
|
@ -136,7 +136,7 @@ public class RecoveryConfigurationPanel extends FlightConfigurablePanel<Recovery
|
||||
}
|
||||
}
|
||||
|
||||
if (selectedColumn > 0) {
|
||||
if (c > 0) {
|
||||
doPopupFull(e);
|
||||
} else {
|
||||
flightConfigurationPanel.doPopupConfig(e);
|
||||
|
@ -156,7 +156,7 @@ public class SeparationConfigurationPanel extends FlightConfigurablePanel<AxialS
|
||||
}
|
||||
}
|
||||
|
||||
if (selectedColumn > 0) {
|
||||
if (c > 0) {
|
||||
doPopupFull(e);
|
||||
} else {
|
||||
flightConfigurationPanel.doPopupConfig(e);
|
||||
|
Loading…
x
Reference in New Issue
Block a user