FreeBSD Bugzilla – Attachment 202766 Details for
Bug 236443
[patch] cad/netgen crash fix
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
Crashfix patch. Place in the files subdirectory of the port.
patch-ng_drawing.tcl (text/plain), 750 bytes, created by
rsmith
on 2019-03-10 08:11:19 UTC
(
hide
)
Description:
Crashfix patch. Place in the files subdirectory of the port.
Filename:
MIME Type:
Creator:
rsmith
Created:
2019-03-10 08:11:19 UTC
Size:
750 bytes
patch
obsolete
>--- ng/drawing.tcl.orig 2019-03-10 08:48:22.888197000 +0100 >+++ ng/drawing.tcl 2019-03-10 08:49:08.266365000 +0100 >@@ -11,7 +11,7 @@ > # use this one for Togl 2.0 > # if {[catch {togl .ndraw -width 400 -height 300 -rgba true -double true -depth true -privatecmap false -stereo false -indirect true -create init -display draw -reshape reshape }] } { > >-if {[catch {togl .ndraw -width 400 -height 300 -rgba true -double true -depth true -privatecmap false -stereo false -indirect true }] } { puts "no OpenGL" >+if {[catch {togl .ndraw -width 400 -height 300 -rgba true -double true -depth true -privatecmap false -stereo false -indirect false }] } { puts "no OpenGL" > } { > # > pack .ndraw -expand true -fill both -padx 10 -pady 10
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 236443
: 202766