This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

View | Details | Raw Unified | Return to bug 47527
Collapse All | Expand All

(-)Actions.java (+5 lines)
Lines 647-652 Link Here
647
        
647
        
648
        protected void updateButtonIcon() {
648
        protected void updateButtonIcon() {
649
            Object i = null;
649
            Object i = null;
650
            Object obj = action.getValue("noIconInMenu");
651
            if (Boolean.TRUE.equals(obj)) {
652
                button.setIcon(nonNullIcon(null));
653
                return;
654
            }
650
            if (action instanceof SystemAction) {
655
            if (action instanceof SystemAction) {
651
                SystemAction sa = (SystemAction)action;
656
                SystemAction sa = (SystemAction)action;
652
                i = sa.getIcon (useTextIcons ());
657
                i = sa.getIcon (useTextIcons ());

Return to bug 47527