[CAM Simulator] Add ifdef to fix OpenGL compatibility on linux. issue #18707 (#18746)

* Add ifdef to fix compilation on linux. issue #18707

* remove multisample line altogether
This commit is contained in:
Shai Seger
2025-01-27 18:41:49 +02:00
committed by GitHub
parent eee51e5237
commit 4d1cedaa06

View File

@@ -231,7 +231,6 @@ void DlgCAMSimulator::initialize()
const qreal retinaScale = devicePixelRatio();
glViewport(0, 0, width() * retinaScale, height() * retinaScale);
glEnable(GL_MULTISAMPLE);
}
void DlgCAMSimulator::checkInitialization()