mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +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) {
|
||||
objects = null;
|
||||
outData = null;
|
||||
|
||||
if (!selection.isEmpty()) {
|
||||
// case for context menu
|
||||
|
|
Loading…
Add table
Reference in a new issue