diff --git a/README.md b/README.md
index b35c5e6..3468269 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
**[Video overview - v.2.2](https://youtu.be/30dyXAs-m1A)**
-# Scxml Editor 2.5.4
+# Scxml Editor 2.5.5
Powerful tool for creating, editing and debugging SCXML charts.
![MainExample](Images/Inheritance_TV_example.gif)
@@ -24,6 +24,7 @@ Powerful tool for creating, editing and debugging SCXML charts.
[![Discord](Images/Discord.svg)](https://discord.gg/5XWDsbEXzn)
### Changelog
+**2.5.5:** Chart design panel view presets
**2.5.4:** Nested initial state indication
**2.5.3:** Chart Draw Constraints, Select Chart Elements
**2.5.1:** [Fast Triggers](Doc/DebugScxmlStateCharts.md#transition-triggers)
@@ -52,7 +53,7 @@ Powerful tool for creating, editing and debugging SCXML charts.
## Installation
You can find portable version as attached Zip in ScxmlEditor Github Release page
-Latest version: **[2.5.4.1769]**
+Latest version: **[2.5.5.1755]**
### Windows Installation
#### First Install
diff --git a/Src/CommonConsts.h b/Src/CommonConsts.h
index a3696af..0043deb 100644
--- a/Src/CommonConsts.h
+++ b/Src/CommonConsts.h
@@ -42,6 +42,7 @@
#define WM_SCXML_DELETE_TREE_SHAPE WM_USER+106
#define WM_SCXML_ADD_OR_OPEN_EXISTING_UNIT WM_USER+107
#define WM_SCXML_UPDATE_DBG_MSG_QUEUE WM_USER+108
+#define WM_SCXML_EDIT_TREE_SHAPE WM_USER+109
#include