mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
[261392] Number Format drop down menu selections are missing in debug views
This commit is contained in:
parent
3ce541c29c
commit
eb2f065539
1 changed files with 3 additions and 3 deletions
|
@ -304,7 +304,7 @@
|
|||
<and>
|
||||
<with variable="org.eclipse.core.runtime.Platform">
|
||||
<test property="org.eclipse.core.runtime.bundleState"
|
||||
args="org.eclipse.cdt.dsf.debug.ui"
|
||||
args="org.eclipse.cdt.dsf.ui"
|
||||
value="ACTIVE"/>
|
||||
</with>
|
||||
<or>
|
||||
|
@ -321,7 +321,7 @@
|
|||
<and>
|
||||
<with variable="org.eclipse.core.runtime.Platform">
|
||||
<test property="org.eclipse.core.runtime.bundleState"
|
||||
args="org.eclipse.cdt.dsf.debug.ui"
|
||||
args="org.eclipse.cdt.dsf.ui"
|
||||
value="ACTIVE"/>
|
||||
</with>
|
||||
<or>
|
||||
|
@ -339,7 +339,7 @@
|
|||
<and>
|
||||
<with variable="org.eclipse.core.runtime.Platform">
|
||||
<test property="org.eclipse.core.runtime.bundleState"
|
||||
args="org.eclipse.cdt.dsf.debug.ui"
|
||||
args="org.eclipse.cdt.dsf.ui"
|
||||
value="ACTIVE"/>
|
||||
</with>
|
||||
<or>
|
||||
|
|
Loading…
Add table
Reference in a new issue