Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 377329
Collapse All | Expand All

(-)src/org/eclipse/sapphire/ui/SapphireListControlledPageBook.java (-1 / +2 lines)
Lines 8-13 Link Here
8
 * Contributors:
8
 * Contributors:
9
 *    Konstantin Komissarchik - initial implementation
9
 *    Konstantin Komissarchik - initial implementation
10
 *    Gregory Amerson - [363765] Page book control property should handle model paths
10
 *    Gregory Amerson - [363765] Page book control property should handle model paths
11
 *    Gregory Amerson - [377329] SapphireListControlledPageBook fails to render with model path for control property
11
 ******************************************************************************/
12
 ******************************************************************************/
12
13
13
package org.eclipse.sapphire.ui;
14
package org.eclipse.sapphire.ui;
Lines 153-159 Link Here
153
    {
154
    {
154
        super.render( context );
155
        super.render( context );
155
156
156
        final PropertyEditorPart listPropertyEditorPart = findPropertyEditor( context.getPart(), this.element, this.property );
157
        final PropertyEditorPart listPropertyEditorPart = findPropertyEditor( this, this.element, this.property );
157
        final ListSelectionService listSelectionService = listPropertyEditorPart.service( ListSelectionService.class );
158
        final ListSelectionService listSelectionService = listPropertyEditorPart.service( ListSelectionService.class );
158
        
159
        
159
        final MutableReference<IModelElement> selectedModelElementRef = new MutableReference<IModelElement>();
160
        final MutableReference<IModelElement> selectedModelElementRef = new MutableReference<IModelElement>();

Return to bug 377329