+ fix bug in PolyPickerSelection to get an updated rendering content when changing to Image mode

This commit is contained in:
wmayer 2016-04-29 18:13:25 +02:00
parent 9a38d631d6
commit ace71bab58

View File

@ -266,6 +266,7 @@ void PolyPickerSelection::initialize()
polyline.setViewer(_pcView3D);
_pcView3D->addGraphicsItem(&polyline);
_pcView3D->redraw(); // needed to get an up-to-date image
_pcView3D->setRenderType(View3DInventorViewer::Image);
_pcView3D->redraw();