Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyan D. Brooks2015-09-15 18:23:30 +0000
committerRyan D. Brooks2015-09-15 18:23:30 +0000
commitbaaea33be98113b9c1c187f993f1b760466af33a (patch)
tree8ef4be662f391f73a8a6b64f0d673ba2cc501253
parentde7615241795ee2505ddbaed02253ccaf53fb849 (diff)
downloadorg.eclipse.osee-baaea33be98113b9c1c187f993f1b760466af33a.tar.gz
org.eclipse.osee-baaea33be98113b9c1c187f993f1b760466af33a.tar.xz
org.eclipse.osee-baaea33be98113b9c1c187f993f1b760466af33a.zip
fix: Fix key binding for expand tree
-rw-r--r--plugins/org.eclipse.osee.framework.ui.skynet/plugin.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.framework.ui.skynet/plugin.xml b/plugins/org.eclipse.osee.framework.ui.skynet/plugin.xml
index 51f20bee3e0..48ffb021001 100644
--- a/plugins/org.eclipse.osee.framework.ui.skynet/plugin.xml
+++ b/plugins/org.eclipse.osee.framework.ui.skynet/plugin.xml
@@ -1404,7 +1404,6 @@
</key>
<key
commandId="org.eclipse.osee.framework.ui.skynet.expandTree.command"
- contextId="org.eclipse.osee.contexts.window"
schemeId="org.eclipse.ui.defaultAcceleratorConfiguration"
sequence="M1++">
</key>

Back to the top