1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Bug 342806 - [Compatibility] GB18030 4.1:can't open Call Hierarchy,Include Browser and Type Hierarchy

This commit is contained in:
James Blackburn 2011-04-30 08:44:31 +00:00
parent 31c799769a
commit 17c5a3eb29
3 changed files with 3 additions and 6 deletions

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2010 Wind River Systems, Inc. and others. * Copyright (c) 2006, 2011 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -199,7 +199,6 @@ public class CHViewPart extends ViewPart {
@Override @Override
public void createPartControl(Composite parent) { public void createPartControl(Composite parent) {
fPagebook = new PageBook(parent, SWT.NULL); fPagebook = new PageBook(parent, SWT.NULL);
fPagebook.setLayoutData(new GridData(GridData.FILL_BOTH));
createInfoPage(); createInfoPage();
createViewerPage(); createViewerPage();

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2006, 2010 Wind River Systems, Inc. and others. * Copyright (c) 2006, 2011 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -272,7 +272,6 @@ public class IBViewPart extends ViewPart
fSetInputJob= new IBSetInputJob(this, Display.getCurrent()); fSetInputJob= new IBSetInputJob(this, Display.getCurrent());
fPagebook = new PageBook(parent, SWT.NULL); fPagebook = new PageBook(parent, SWT.NULL);
fPagebook.setLayoutData(new GridData(GridData.FILL_BOTH));
createInfoPage(); createInfoPage();
createViewerPage(); createViewerPage();

View file

@ -1,5 +1,5 @@
/******************************************************************************* /*******************************************************************************
* Copyright (c) 2007, 2010 Wind River Systems, Inc. and others. * Copyright (c) 2007, 2011 Wind River Systems, Inc. and others.
* All rights reserved. This program and the accompanying materials * All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0 * are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at * which accompanies this distribution, and is available at
@ -226,7 +226,6 @@ public class THViewPart extends ViewPart implements ITHModelPresenter {
@Override @Override
public void createPartControl(Composite parent) { public void createPartControl(Composite parent) {
fPagebook = new PageBook(parent, SWT.NULL); fPagebook = new PageBook(parent, SWT.NULL);
fPagebook.setLayoutData(new GridData(GridData.FILL_BOTH));
createInfoPage(); createInfoPage();
createViewerPage(); createViewerPage();