FYI for (13.0-d20200910), if i create a button like this and put it in a layout:
, and then hover over the window, i get this warning in the logs for Firefox Developer 83.0b4:
Code:
IconButton img = new IconButton(); img.setIcon(WebConstants.THE_LAST_NINJA_IMAGE);
MouseEvent.mozPressure is deprecated. Use PointerEvent.pressure instead.
Comment