Hi all, Is there a way to remove the crosshair in 2D and the axial, coronal and sagittal rectangles in 3D? Reading the code, I understand that you remove some "decorations"
mitk::IRenderWindowPart* renderWindowPart = this->GetRenderWindowPart(); renderWindowPart->EnableDecorations(false); take screenshot renderWindowPart->EnableDecorations(true); namely "colored rectangles", "department logo", "menu", "gradient" and "corner annotation". I thought that "colored rectangles" was what I needed but they are still visible in the screenshots so it must be something else, or it's a bug. I couldn't find anything on your issues list, except for the logo. Tested on MITK 2018.04 on Windows. Nil
_______________________________________________ mitk-users mailing list mitk-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mitk-users