mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 19:04:38 +00:00
application icon fix
This commit is contained in:
@@ -211,8 +211,8 @@ public class MyRibbonApplicationMenuButtonUI extends BasicRibbonApplicationMenuB
|
||||
this.applicationMenuButton, g));
|
||||
|
||||
if (!useThemed) {
|
||||
regular.paintIcon(this.applicationMenuButton, g2d, iconRect.x,
|
||||
iconRect.y);
|
||||
regular.paintIcon(this.applicationMenuButton, g2d, iconRect.x - 1,
|
||||
iconRect.y - 1);
|
||||
} else {
|
||||
CommandButtonBackgroundDelegate.paintThemedCommandButtonIcon(
|
||||
g2d, iconRect, this.applicationMenuButton, regular,
|
||||
|
||||
Reference in New Issue
Block a user