Cleaned comments

This commit is contained in:
nathan 2018-11-10 11:09:00 +01:00
parent 9fcdf41f4d
commit 892958ebe1

View File

@ -28,7 +28,7 @@ import dorkbox.util.jna.linux.GtkEventDispatch;
abstract abstract
class GtkBaseMenuItem implements EntryPeer { class GtkBaseMenuItem implements EntryPeer {
// these are necessary BECAUSE GTK menus look funky as hell when there are some menu entries WITH icons and some WITHOUT // these are necessary BECAUSE GTK menus look funky when there are some menu entries WITH icons and some WITHOUT
private static final File transparentIcon = ImageResizeUtil.getTransparentImage(); private static final File transparentIcon = ImageResizeUtil.getTransparentImage();
private volatile boolean hasLegitImage = false; // default is to not have an image assigned private volatile boolean hasLegitImage = false; // default is to not have an image assigned