mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
NPE
This commit is contained in:
+1
-1
@@ -105,7 +105,7 @@ public abstract class DestinationFolderComboBox extends ComboboxWithBrowseButton
|
||||
int index,
|
||||
boolean selected,
|
||||
boolean hasFocus) {
|
||||
if (itemWrapper != NULL_WRAPPER) {
|
||||
if (itemWrapper != NULL_WRAPPER && itemWrapper != null) {
|
||||
setIcon(itemWrapper.getIcon(fileIndex));
|
||||
|
||||
setText(getPresentableText(itemWrapper, project));
|
||||
|
||||
Reference in New Issue
Block a user