mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-05 08:46:02 +02:00
Disassembly view doesn't show "No debug context", related to build 337376.
This commit is contained in:
parent
fb1d8d2a97
commit
aadf0c164a
1 changed files with 2 additions and 1 deletions
|
@ -105,7 +105,8 @@ public class PinDebugContextActionDelegate implements IViewActionDelegate, IActi
|
||||||
fPart.addPropertyListener(new IPropertyListener() {
|
fPart.addPropertyListener(new IPropertyListener() {
|
||||||
public void propertyChanged(Object source, int propId) {
|
public void propertyChanged(Object source, int propId) {
|
||||||
if (IWorkbenchPartConstants.PROP_CONTENT_DESCRIPTION == propId) {
|
if (IWorkbenchPartConstants.PROP_CONTENT_DESCRIPTION == propId) {
|
||||||
updatePinContextLabel(fProvider);
|
if (fAction != null && fAction.isChecked())
|
||||||
|
updatePinContextLabel(fProvider);
|
||||||
} else if (IWorkbenchPartConstants.PROP_PART_NAME == propId) {
|
} else if (IWorkbenchPartConstants.PROP_PART_NAME == propId) {
|
||||||
PinCloneUtils.setPartTitle(fPart);
|
PinCloneUtils.setPartTitle(fPart);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue