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

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9812 75d07b2b-3a1a-0410-a2c5-0572b91ccdca
This commit is contained in:
nor..67 2012-10-03 01:26:40 +00:00
parent a49c4068de
commit 8349783b6f

View File

@ -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);
} }
} }