Skip to content

Commit 5b90918

Browse files
committed
incremented the version
1 parent c9fb338 commit 5b90918

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

build-native.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,7 @@
127127
name="jME3-SpaceShift-Editor"
128128
mainClass="com.ss.editor.JFXApplication"
129129
toolkit="fx"
130-
version="0.7.7"
131-
/>
130+
version="0.7.8" />
132131

133132
<mkdir dir="build/classes/META-INF"/>
134133

@@ -140,7 +139,7 @@
140139
<manifest>
141140
<attribute name="Implementation-Vendor" value="spaceshift.ru"/>
142141
<attribute name="Implementation-Title" value="jME3 SpaceShift Editor"/>
143-
<attribute name="Implementation-Version" value="0.7.7"/>
142+
<attribute name="Implementation-Version" value="0.7.8"/>
144143
</manifest>
145144
</fx:jar>
146145

@@ -167,7 +166,7 @@
167166

168167
<preferences shortcut="true" menu="true" install="false"/>
169168

170-
<info category="Tool;Tools" copyright="spaceshift.ru" description="Editor for jMonkeyEngine 3 by SpaceShift Team"
169+
<info category="graphics" copyright="spaceshift.ru" description="Editor for jMonkeyEngine 3 by SpaceShift Team"
171170
email="[email protected]" license="Freeware" title="jME3 SpaceShift Editor" vendor="spaceshift.ru"/>
172171

173172
<application refId="fxApplication"/>

build/package/linux/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: jme3-spaceshift-editor
2-
Version: 0.7.7
3-
Section: tool
2+
Version: 0.7.8
3+
Section: graphics
44
Maintainer: spaceshift.ru <[email protected]>
55
Priority: optional
66
Architecture: amd64

src/com/ss/editor/ui/component/asset/tree/ResourceTree.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,7 @@ public ResourceTree(final Consumer<ResourceElement> openFunction, final boolean
164164
* Handle changed count of expanded elements.
165165
*/
166166
private void processChangedExpands(final Number newValue) {
167+
if (expandHandler == null) return;
167168
expandHandler.accept(newValue.intValue(), this);
168169
}
169170

0 commit comments

Comments
 (0)