X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FGUI%2Fapt_dlg.cxx;h=d7c0b6334088acca8b96c5ab04f6fb4831ad5468;hb=f0e6716953604730579a5e45f785fd063737dce4;hp=6a5581dd8f22d86f7dd87196e91253ed631bd635;hpb=e27a88756c7953660b86a57d786f575c5b499d4d;p=flightgear.git diff --git a/src/GUI/apt_dlg.cxx b/src/GUI/apt_dlg.cxx index 6a5581dd8..d7c0b6334 100644 --- a/src/GUI/apt_dlg.cxx +++ b/src/GUI/apt_dlg.cxx @@ -95,7 +95,7 @@ void AptDialog_OK (puObject *) fgSetPosFromAirportIDandHdg( AptId, cur_fdm_state->get_Psi() * SGD_RADIANS_TO_DEGREES); - BusyCursor(0); + // BusyCursor(0); fgReInitSubsystems(); // if ( global_tile_mgr.init() ) { // Load the local scenery data @@ -106,7 +106,7 @@ void AptDialog_OK (puObject *) // "Error in Tile Manager initialization!" ); // exit(-1); // } - BusyCursor(1); + // BusyCursor(1); } else { AptId += " not in database."; mkDialog(AptId.c_str());