Skip to content
Snippets Groups Projects
Commit 40cd81f4 authored by Merov Linden's avatar Merov Linden
Browse files

STORM-615 : pull in viewer-development

parents 713858d6 31f73858
No related branches found
No related tags found
No related merge requests found
......@@ -366,15 +366,16 @@ JB Kraft
Joghert LeSabre
VWR-64
Jonathan Yap
STORM-596
STORM-523
STORM-596
STORM-615
STORM-616
STORM-679
STORM-737
STORM-726
STORM-737
STORM-785
STORM-812
VWR-17801
STORM-785
Kage Pixel
VWR-11
Ken March
......
......@@ -100,7 +100,7 @@
name="Object Attach HUD" />
</context_menu>
<context_menu
label="Remove"
label="Manage"
name="Remove">
<menu_item_call
enabled="false"
......@@ -129,15 +129,6 @@
<menu_item_call.on_enable
function="Object.EnableReturn" />
</menu_item_call>
<menu_item_call
enabled="false"
label="Delete"
name="Delete">
<menu_item_call.on_click
function="Object.Delete" />
<menu_item_call.on_enable
function="Object.EnableDelete" />
</menu_item_call>
</context_menu>
<menu_item_separator layout="topleft" />
<menu_item_call
......@@ -176,4 +167,13 @@
<menu_item_call.on_enable
function="Object.EnableBuy" />
</menu_item_call>
<menu_item_call
enabled="false"
label="Delete"
name="Delete">
<menu_item_call.on_click
function="Object.Delete" />
<menu_item_call.on_enable
function="Object.EnableDelete" />
</menu_item_call>
</context_menu>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment