- add invert options by jmaasing to menu.. finally :)

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9812 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
3.0
nor..67 12 years ago
parent a49c4068de
commit 8349783b6f
  1. 2
      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); b.addActionListener(al);
} }
} }

Loading…
Cancel
Save