mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 18:56:02 +02:00
Bug 212840: Modules view doesn't compile against platform 3.4M4.
This commit is contained in:
parent
56dd415d35
commit
fae36a5ca7
1 changed files with 1 additions and 1 deletions
|
@ -233,7 +233,7 @@ public class ModulesView extends AbstractDebugView implements IDebugContextListe
|
||||||
JFaceResources.getFontRegistry().addListener( this );
|
JFaceResources.getFontRegistry().addListener( this );
|
||||||
|
|
||||||
TreeModelViewer viewer = createTreeViewer( getSashForm() );
|
TreeModelViewer viewer = createTreeViewer( getSashForm() );
|
||||||
fInputService = new ViewerInputService(fInputRequestor, viewer.getPresentationContext());
|
fInputService = new ViewerInputService( viewer, fInputRequestor );
|
||||||
|
|
||||||
createDetailsViewer();
|
createDetailsViewer();
|
||||||
getSashForm().setMaximizedControl( viewer.getControl() );
|
getSashForm().setMaximizedControl( viewer.getControl() );
|
||||||
|
|
Loading…
Add table
Reference in a new issue