Browse Source

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

git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@9812 75d07b2b-3a1a-0410-a2c5-0572b91ccdca

nor..67 13 years ago
parent
commit
9da40de81c

+ 1 - 1
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);
         }
         }
     }
     }