Skip to content

Commit 886539f

Browse files
committed
Removed antialising by default, I guess this is what caused opengl regression from 7.4.0 to 7.4.1 release
1 parent db9a28a commit 886539f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/Display/OCCViewer.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,6 @@ def Create(self, window_handle=None, parent=None, create_default_lights=True,
202202
# necessary for text rendering
203203
self._struc_mgr = self.Context.MainPrsMgr().StructureManager()
204204

205-
# by default, enable antialisaing
206-
self.EnableAntiAliasing()
207-
208205
# turn self._inited flag to True
209206
self._inited = True
210207

0 commit comments

Comments
 (0)