Jonathan Polley writes: > > Now that I have FlightGear linking, I have found another problem that > has cropped up recently (I'm not sure when, exactly). It seems as if > the 3D panel is always active. Since I always run FlightGear with the > --disable-panel in my .fgfsrc file, this causes problems. If I don't > run with --disable-panel, I get the same behavior. I have verified > that options.cxx still processes --disable-panel. If I toggle the 2D > panel from within FlightGear, I get the 2D panel placed in front of the > 3D panel.
The SIM was recently changed so the he C172 with 3D Panel was made to be the default So you need to specify a different aircraft one without a 3D panel or to revert to previous behaviour change $FG_BASE / aircraft / c172-set.xml to point to the 2D Paneled version as below Norman ===== cut here ==== <?xml version="1.0"?> <PropertyList include="c172p-set.xml"> <sim> <description>Alias for c172p.</description> </sim> </PropertyList> _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
