mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-04 15:45:25 +02:00
[174942] common show actions need to work with remote objects as well as non-remote
This commit is contained in:
parent
7e50c094cf
commit
92245e0dbd
1 changed files with 1 additions and 1 deletions
|
@ -889,7 +889,7 @@ public class SystemView extends SafeTreeViewer implements ISystemTree, ISystemRe
|
|||
|
||||
// GO INTO ACTION...
|
||||
// OPEN IN NEW WINDOW ACTION...
|
||||
if (fromSystemViewPart && showOpenViewActions() && !selectionIsRemoteObject) {
|
||||
if (fromSystemViewPart && showOpenViewActions()) {
|
||||
|
||||
|
||||
GoIntoAction goIntoAction = getGoIntoAction();
|
||||
|
|
Loading…
Add table
Reference in a new issue