19 lines
617 B
Diff
19 lines
617 B
Diff
diff --git a/qt/aqt/__init__.py b/qt/aqt/__init__.py
|
|
index 6f28d2dd0..fcd6a5ee4 100644
|
|
--- a/qt/aqt/__init__.py
|
|
+++ b/qt/aqt/__init__.py
|
|
@@ -402,12 +402,6 @@ def setupGL(pm: aqt.profiles.ProfileManager) -> None:
|
|
# RHI errors are emitted multiple times so make sure we only handle them once
|
|
driver_failed = False
|
|
|
|
- # work around pyqt loading wrong GL library
|
|
- if is_lin:
|
|
- import ctypes
|
|
-
|
|
- ctypes.CDLL("libGL.so.1", ctypes.RTLD_GLOBAL)
|
|
-
|
|
# catch opengl errors
|
|
def msgHandler(category: Any, ctx: Any, msg: Any) -> None:
|
|
if category == QtMsgType.QtDebugMsg:
|
|
--
|
|
2.42.0
|