From e8d38b75f9452d05753ccf27c0c5908b71c5cad6 Mon Sep 17 00:00:00 2001 From: "rem..om" Date: Wed, 17 Jul 2013 20:48:36 +0000 Subject: [PATCH] SDK : Scene composer : re introduced switch to front view with nupad 1 (not sure why it was removed in the first place) git-svn-id: https://jmonkeyengine.googlecode.com/svn/trunk@10731 75d07b2b-3a1a-0410-a2c5-0572b91ccdca --- .../gde/core/sceneviewer/actions/SwitchFrontViewAction.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sdk/jme3-core/src/com/jme3/gde/core/sceneviewer/actions/SwitchFrontViewAction.java b/sdk/jme3-core/src/com/jme3/gde/core/sceneviewer/actions/SwitchFrontViewAction.java index 675044e21..56ccb5489 100644 --- a/sdk/jme3-core/src/com/jme3/gde/core/sceneviewer/actions/SwitchFrontViewAction.java +++ b/sdk/jme3-core/src/com/jme3/gde/core/sceneviewer/actions/SwitchFrontViewAction.java @@ -7,6 +7,7 @@ import com.jme3.gde.core.util.CameraUtil.View; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import org.openide.awt.ActionID; +import org.openide.awt.ActionReference; import org.openide.awt.ActionReferences; import org.openide.awt.ActionRegistration; import org.openide.util.NbBundle.Messages; @@ -16,7 +17,7 @@ id = "com.jme3.gde.core.sceneviewer.actions.SwitchFrontViewAction") @ActionRegistration(displayName = "#CTL_SwitchFrontViewAction") @ActionReferences({ //for later toolbars: -// @ActionReference(path = "Shortcuts", name = "NUMPAD1"), + @ActionReference(path = "Shortcuts", name = "NUMPAD1"), // @ActionReference(path = "CameraTools", name = "Switch Front View") }) @Messages("CTL_SwitchFrontViewAction=Switch to front view")