mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +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,6 +105,7 @@ public class PinDebugContextActionDelegate implements IViewActionDelegate, IActi
|
|||
fPart.addPropertyListener(new IPropertyListener() {
|
||||
public void propertyChanged(Object source, int propId) {
|
||||
if (IWorkbenchPartConstants.PROP_CONTENT_DESCRIPTION == propId) {
|
||||
if (fAction != null && fAction.isChecked())
|
||||
updatePinContextLabel(fProvider);
|
||||
} else if (IWorkbenchPartConstants.PROP_PART_NAME == propId) {
|
||||
PinCloneUtils.setPartTitle(fPart);
|
||||
|
|
Loading…
Add table
Reference in a new issue