(These cause problems when replacing the property tree during reset)
#include <simgear/canvas/Canvas.hxx>
#include <simgear/canvas/MouseEvent.hxx>
-SGPropertyNode_ptr CanvasWidget::_time,
- CanvasWidget::_view_height;
-
//------------------------------------------------------------------------------
CanvasWidget::CanvasWidget( int x, int y,
int width, int height,
// automatically resized if the size of the widget
// changes.
- static SGPropertyNode_ptr _time,
+ SGPropertyNode_ptr _time,
_view_height;
};
// pass control off to the master event handler
int result = fgOSMainLoop();
+ frame_signal.clear();
fgOSCloseWindow();
// clean up here; ensure we null globals to avoid