[wxVTK] wxVTK/src wxVTKRenderWindowInteractor.cxx,1.49,1.50
Brought to you by:
malat
From: Mathieu M. <ma...@us...> - 2011-12-02 17:43:22
|
Update of /cvsroot/wxvtk/wxVTK/src In directory vz-cvs-4.sog:/tmp/cvs-serv28565 Modified Files: wxVTKRenderWindowInteractor.cxx Log Message: Include path from Sander Niemeijer. Posted on the mailing list. Index: wxVTKRenderWindowInteractor.cxx =================================================================== RCS file: /cvsroot/wxvtk/wxVTK/src/wxVTKRenderWindowInteractor.cxx,v retrieving revision 1.49 retrieving revision 1.50 diff -C2 -d -r1.49 -r1.50 *** wxVTKRenderWindowInteractor.cxx 5 Mar 2009 16:00:43 -0000 1.49 --- wxVTKRenderWindowInteractor.cxx 2 Dec 2011 17:43:20 -0000 1.50 *************** *** 282,285 **** --- 282,288 ---- // and our RenderWindow's size RenderWindow->SetSize(x, y); + #if defined(__WXMSW__) + this->Refresh(); + #endif //__WXMSW__ } } |