From c67de8aca04d988179191ccb52461af00125920e Mon Sep 17 00:00:00 2001 From: Normand Briere <nbriere@noware.ca> Date: Tue, 13 Aug 2019 11:41:53 -0400 Subject: [PATCH] RGB skybox --- 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