From cb37a129d1adb403019c96e798e86e2da9667f15 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Sun, 17 Nov 2019 17:56:04 -0500
Subject: [PATCH] Maze

---
 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