Skip to content

Commit 3d9edfa

Browse files
committed
правки пробелем с мышкой
1 parent 9fca6bd commit 3d9edfa

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
lines changed

build-native.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
name="jME3-SpaceShift-Editor"
118118
mainClass="com.ss.editor.Starter"
119119
toolkit="fx"
120-
version="0.6.1"
120+
version="0.6.2"
121121
/>
122122

123123
<mkdir dir="build/classes/META-INF"/>
@@ -130,7 +130,7 @@
130130
<manifest>
131131
<attribute name="Implementation-Vendor" value="spaceshift.ru"/>
132132
<attribute name="Implementation-Title" value="jME3 SpaceShift Editor"/>
133-
<attribute name="Implementation-Version" value="0.6.1"/>
133+
<attribute name="Implementation-Version" value="0.6.2"/>
134134
</manifest>
135135
</fx:jar>
136136

build/package/linux/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: jme3-spaceshift-editor
2-
Version: 0.6.1
2+
Version: 0.6.2
33
Section: tool
44
Maintainer: spaceshift.ru <[email protected]>
55
Priority: optional
81.2 KB
Binary file not shown.

src/com/ss/editor/config/Config.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public abstract class Config {
2020
public static final String CONFIG_RESOURCE_PATH = "/com/ss/editor/config/config.xml";
2121

2222
public static final String TITLE = "jME3 SpaceShift Editor";
23-
public static final String VERSION = "v.0.6.1";
23+
public static final String VERSION = "v.0.6.2";
2424

2525
public static final String SS_FOLDER_IN_USER_HOME = ".jme3-spaceshift-editor";
2626

src/com/ss/editor/model/EditorCamera.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import com.jme3.renderer.ViewPort;
1919
import com.jme3.scene.Spatial;
2020
import com.jme3.scene.control.Control;
21-
import com.jme3x.jfx.JmeFxContainer;
2221
import com.ss.editor.Editor;
2322

2423
import java.io.IOException;
@@ -158,8 +157,6 @@ public void onAction(final String name, final boolean keyPressed, final float tp
158157

159158
if (hideCursorOnRotate) {
160159
inputManager.setCursorVisible(false);
161-
final JmeFxContainer jmeFxContainer = EDITOR.getFxContainer();
162-
jmeFxContainer.setVisibleCursor(inputManager.isCursorVisible());
163160
}
164161

165162
} else {
@@ -168,8 +165,6 @@ public void onAction(final String name, final boolean keyPressed, final float tp
168165

169166
if (hideCursorOnRotate) {
170167
inputManager.setCursorVisible(true);
171-
final JmeFxContainer jmeFxContainer = EDITOR.getFxContainer();
172-
jmeFxContainer.setVisibleCursor(inputManager.isCursorVisible());
173168
}
174169
}
175170
}

0 commit comments

Comments
 (0)