Turned off debug

This commit is contained in:
nathan 2017-07-14 00:14:35 +02:00
parent 30832aef9e
commit 1e0531e740

View File

@ -52,7 +52,7 @@ import dorkbox.util.process.ShellProcessBuilder;
@SuppressWarnings({"deprecation", "WeakerAccess"})
public
class GtkTheme {
private static final boolean DEBUG = true;
private static final boolean DEBUG = false;
public static
Rectangle getPixelTextHeight(String text) {
@ -497,7 +497,6 @@ My ratio is 1.47674, that means I have no scaling at all when there is a 1.5 fac
Gtk2.gtk_widget_realize(item);
Gtk2.gtk_widget_show_all(menu);
GtkStyle style = Gtk.gtk_rc_get_style(item);
style.read();