SDK:
- 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:
parent
a49c4068de
commit
8349783b6f
@ -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…
x
Reference in New Issue
Block a user