Nick Foster writes: > I'm compiling FG from CVS sources on MSVC .NET. As you can imagine, it > didn't exactly work out of the box. ;) > > I'll post diffs after I get it running, but for now here's one particular > bug that should be cross-platform compatible *grin* > > panel.cxx line 560: > > bool > FGPanel::doMouseAction (int button, int updown, int x, int y) > > should return something, and it doesn't. I just stuck a "return false" at > the end, let me know if this is not kosher for any reason, or if the > function decl. should be changed.
Thanks -- I did a rewrite recently, before I got through the queue, and fixed it during then. Let me know if you still see a problem. All the best, David -- David Megginson, [EMAIL PROTECTED], http://www.megginson.com/ _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
