From 6600d22461ccc1cb602f238a9ffa83cf07dd830e Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Mon, 01 Jul 2019 18:04:02 -0400
Subject: [PATCH] Get icons 256x256

---
 CSGEditor.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/CSGEditor.java b/CSGEditor.java
index 4da2c35..fe9aa98 100644
--- a/CSGEditor.java
+++ b/CSGEditor.java
@@ -92,7 +92,7 @@
 		//oe.aConstraints.gridy += 1;
 		oe.aConstraints.gridx += 1;
                 
-                Return();
+                oe.ctrlPanel.Return();
 		
                 list = new Vector();
                 list.add("Smooth");

--
Gitblit v1.6.2