From 57f4646563d6757f65ddc00ca38975c352d76de7 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Fri, 27 Sep 2019 20:06:14 -0400
Subject: [PATCH] Wireframe, box mode, and ragdoll zoffset.

---
 BiparamEditor.java |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/BiparamEditor.java b/BiparamEditor.java
index 0e9f09e..5dd1e62 100644
--- a/BiparamEditor.java
+++ b/BiparamEditor.java
@@ -104,8 +104,8 @@
         if (biparam instanceof Cone) // ends)
         {
             oe.ctrlPanel.add(optionCB = new JCheckBox("Close Surface", biparam.endcaps)); //, oe.aConstraints, oe.ctrlPanel.getComponentCount()-2);
-			optionCB.addItemListener(this);
-oe.ctrlPanel.Return();
+            optionCB.addItemListener(this);
+            oe.ctrlPanel.Return();
             //endcaps.setState(!biparam.endcaps);
         }
     }
@@ -142,6 +142,7 @@
 		if (//e.getSource() == nameField ||
         	    e.getSource() == optionCB)
 		{
+                    new Exception().printStackTrace();
 			//System.out.println(e);
 			applySelf();
 			//super.applySelf();

--
Gitblit v1.6.2