From 0c1f740dd6ddd6432dc29266e42ef851e26027bb Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Tue, 13 Aug 2019 21:21:38 -0400
Subject: [PATCH] Random node + optimizations.

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

diff --git a/Grafreed.java b/Grafreed.java
index 1726670..8eda659 100644
--- a/Grafreed.java
+++ b/Grafreed.java
@@ -935,6 +935,8 @@
         //mon.stop();
         //System.out.println(mon);
         //timeflow.app.TimeflowAppLauncher.GetTimeFlow();
+        
+        javax.swing.ToolTipManager.sharedInstance().setEnabled(Globals.TOOLTIPS);
     }
 
     static Object3D materials;

--
Gitblit v1.6.2