mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 22:52:01 +00:00
format code
This commit is contained in:
@@ -155,7 +155,7 @@ public class MyRibbonApplicationMenuButtonUI extends BasicRibbonApplicationMenuB
|
||||
.getBorderPainter(commandButton);
|
||||
BufferedImage fullAlphaBackground = RibbonApplicationMenuButtonBackgroundDelegate
|
||||
.getFullAlphaBackground(b, fillPainter, borderPainter,
|
||||
commandButton.getWidth(), commandButton.getHeight());
|
||||
commandButton.getWidth(), commandButton.getHeight());
|
||||
g2d.drawImage(fullAlphaBackground, 0, 0, null);
|
||||
|
||||
// Paint the icon
|
||||
@@ -166,7 +166,6 @@ public class MyRibbonApplicationMenuButtonUI extends BasicRibbonApplicationMenuB
|
||||
iw.setDimension(b.getSize());
|
||||
}*/
|
||||
|
||||
|
||||
if (icon != null) {
|
||||
int iconWidth = icon.getIconWidth();
|
||||
int iconHeight = icon.getIconHeight();
|
||||
|
||||
Reference in New Issue
Block a user