[osg-users] set proper size to window manager at startup
Gianni Ambrosio
g.ambrosio+osg at gmail.com
Fri Apr 15 01:48:02 PDT 2016
I verified that when the application starts the code falls into the following method (osgQt\GraphicsWindowQt.cpp),
void GLWidget::resizeEvent( QResizeEvent* event )
where it seems a resize event is insert into the event queue with proper width and height:
_gw->getEventQueue()->windowResize( x(), y(), scaled_width, scaled_height );
but a RESIZE event is not passed to the ResizeHandler. Can anybody see a good reason or a bug there?
Regards,
Gianni
------------------
Read this topic online here:
http://forum.openscenegraph.org/viewtopic.php?p=66830#66830
More information about the osg-users
mailing list