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