From fc061f7b15f1c2541266ca6513d8af2c28d316e0 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 4 Jan 2007 21:35:11 +0000 Subject: [PATCH] In Viewer::realize() added default fallback of calling setUpViewAcrossAllScreens() when no windows have previously been set up. --- src/osgViewer/Viewer.cpp | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/osgViewer/Viewer.cpp b/src/osgViewer/Viewer.cpp index 3072fd746..46e085802 100644 --- a/src/osgViewer/Viewer.cpp +++ b/src/osgViewer/Viewer.cpp @@ -325,12 +325,26 @@ void Viewer::getWindows(Windows& windows, bool onlyValid) void Viewer::realize() { //osg::notify(osg::INFO)<<"Viewer::realize()"<