]> git.mxchange.org Git - flightgear.git/blobdiff - src/GUI/apt_dlg.cxx
Latest YASim changes.
[flightgear.git] / src / GUI / apt_dlg.cxx
index 6a5581dd8f22d86f7dd87196e91253ed631bd635..d7c0b6334088acca8b96c5ab04f6fb4831ad5468 100644 (file)
@@ -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());