Remove upper-casing of route-manager input
upper_case_property causes valueChanged to fire twice, since SGPropertyNode string storage is now immutable (std::string). This caused double-processing of for example adding a waypoint in the route-manager dialog. Since the InputListener already upper-cases the string, we can simply remove the upper-case property logic.
This commit is contained in:
parent
5051d90487
commit
7d78c40086
1 changed files with 0 additions and 1 deletions
|
@ -690,7 +690,6 @@ int fgMainInit( int argc, char **argv )
|
|||
upper_case_property("/sim/presets/airport-id");
|
||||
upper_case_property("/sim/presets/runway");
|
||||
upper_case_property("/sim/tower/airport-id");
|
||||
upper_case_property("/autopilot/route-manager/input");
|
||||
|
||||
if (showLauncher) {
|
||||
// to minimise strange interactions when launcher and config files
|
||||
|
|
Loading…
Reference in a new issue