diff --git a/sdk/jme3-texture-editor/src/com/jme3/gde/textureeditor/ImageEditorComponent.java b/sdk/jme3-texture-editor/src/com/jme3/gde/textureeditor/ImageEditorComponent.java index 6ad7579ac..a752021c6 100644 --- a/sdk/jme3-texture-editor/src/com/jme3/gde/textureeditor/ImageEditorComponent.java +++ b/sdk/jme3-texture-editor/src/com/jme3/gde/textureeditor/ImageEditorComponent.java @@ -407,7 +407,7 @@ public class ImageEditorComponent implements EditorToolTarget { } }; - for (AbstractButton b : Arrays.asList(bumpSoft, bumpMedium, bumpStrong, gray, bright, spheremap)) { + for (AbstractButton b : Arrays.asList(bumpSoft, bumpMedium, bumpStrong, gray, bright, spheremap, invertAll, invertAlpha, invertRed, invertGreen, invertBlue)) { b.addActionListener(al); } }