diff --git a/devices/CurrentCamera.properties b/devices/CurrentCamera.properties index 30eef5e..05be5cb 100644 --- a/devices/CurrentCamera.properties +++ b/devices/CurrentCamera.properties @@ -1,4 +1,4 @@ -#Fri Jan 13 15:51:11 CET 2017 +#Fri Jan 13 15:53:19 CET 2017 colormap=Temperature colormapAutomatic=true colormapMax=0.0 diff --git a/plugins/ScreenPanel.java b/plugins/ScreenPanel.java index 2dba96a..471e61e 100644 --- a/plugins/ScreenPanel.java +++ b/plugins/ScreenPanel.java @@ -695,8 +695,8 @@ public class ScreenPanel extends Panel { onTimer(); } - tcomboScreen.join(); - tcomboFilter.join(); + //tcomboScreen.join(); + //tcomboFilter.join(); }