mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 10:16:03 +02:00
Bug fix: object name was wrong in dialog
This commit is contained in:
parent
895b2db672
commit
d7d46ed8c4
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ implements IWorkbenchWindowPulldownDelegate2, IObjectActionDelegate {
|
||||||
|
|
||||||
public void selectionChanged(IAction action, ISelection selection) {
|
public void selectionChanged(IAction action, ISelection selection) {
|
||||||
objects = null;
|
objects = null;
|
||||||
|
outData = null;
|
||||||
|
|
||||||
if (!selection.isEmpty()) {
|
if (!selection.isEmpty()) {
|
||||||
// case for context menu
|
// case for context menu
|
||||||
|
|
Loading…
Add table
Reference in a new issue