Skip to content
Snippets Groups Projects
Commit c59d4d42 authored by Philipp Schillinger's avatar Philipp Schillinger
Browse files

Merge remote-tracking branch 'origin/develop'

parents 00015761 d5c5d847
Branches
Tags 2.1.1
No related merge requests found
{
"name": "FlexBE App",
"version": "2.1.0",
"version": "2.1.1",
"main": "src/main.js",
"window": {
"icon": "src/img/icon-128.png",
......
......
<package>
<name>flexbe_app</name>
<version>2.1.0</version>
<version>2.1.1</version>
<description>
flexbe_app provides a user interface (editor + runtime control) for the FlexBE behavior engine.
</description>
......
......
......@@ -672,8 +672,8 @@ UI.Panels.StateProperties = new (function() {
}
this.openState = function() {
var state_class = current_prop_state.getStateClass();
var state_definition = WS.Statelib.getFromLib(state_class);
var state_type = current_prop_state.getStateType();
var state_definition = WS.Statelib.getFromLib(state_type);
try {
var file_path = state_definition.getFilePath();
var command = UI.Settings.getEditorCommand(file_path).split(' ');
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment