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.

Bug 267385 - [dark] Git related icons are not inverted, when using DarkMetal
Summary: [dark] Git related icons are not inverted, when using DarkMetal
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Git (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: markiewb
URL:
Keywords: NETFIX, UI
Depends on:
Blocks:
 
Reported: 2016-08-01 19:21 UTC by markiewb
Modified: 2016-08-03 02:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the issue (18.59 KB, image/png)
2016-08-01 19:21 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2016-08-01 19:21:40 UTC
Created attachment 161518 [details]
Shows the issue

These icons are loaded like 
   new javax.swing.ImageIcon(getClass().getResource("xxx.png"))
but they have to be loaded like
   org.openide.util.ImageUtilities.loadImageIcon("xxx.png", false)
Comment 1 markiewb 2016-08-01 19:53:48 UTC
fixed

http://hg.netbeans.org/core-main/rev/4fb6823c70a6
Comment 2 Quality Engineering 2016-08-03 02:01:29 UTC
Integrated into 'main-silver', will be available in build *201608030002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/4fb6823c70a6
User: Benno Markiewicz <markiewb@netbeans.org>
Log: #267385 - [dark] Git related icons are not inverted, when using DarkMetal