Commit a64b7b0e authored by Claes Sjofors's avatar Claes Sjofors

Ge action priority for command lowered to allow close of graph combined with other actions

parent a55216e6
...@@ -154,7 +154,6 @@ ...@@ -154,7 +154,6 @@
ge_eDynPrio_ResetDig, ge_eDynPrio_ResetDig,
ge_eDynPrio_ToggleDig, ge_eDynPrio_ToggleDig,
ge_eDynPrio_StoDig, ge_eDynPrio_StoDig,
ge_eDynPrio_Command,
ge_eDynPrio_Help, ge_eDynPrio_Help,
ge_eDynPrio_OpenGraph, ge_eDynPrio_OpenGraph,
ge_eDynPrio_OpenURL, ge_eDynPrio_OpenURL,
...@@ -173,6 +172,7 @@ ...@@ -173,6 +172,7 @@
ge_eDynPrio_Axis, ge_eDynPrio_Axis,
// This should always be last // This should always be last
ge_eDynPrio_Command = 9999,
ge_eDynPrio_CloseGraph = 10000 ge_eDynPrio_CloseGraph = 10000
} ge_eDynPrio; } ge_eDynPrio;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment