From 7b3337b5420cc1597557c727055bc8f6c8b4b247 Mon Sep 17 00:00:00 2001 From: Samantha Chan Date: Sun, 25 Oct 2009 20:40:14 +0000 Subject: Bug 262360 - [Memory View] platform renderings do not implement correctly IMemoryRendering#getControl --- .../internal/ui/memory/provisional/AbstractAsyncTableRendering.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/provisional/AbstractAsyncTableRendering.java b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/provisional/AbstractAsyncTableRendering.java index 7b68b3fbc..cacf33d08 100644 --- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/provisional/AbstractAsyncTableRendering.java +++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/memory/provisional/AbstractAsyncTableRendering.java @@ -7,6 +7,7 @@ * * Contributors: * IBM Corporation - initial API and implementation + * Teodor Madan (Freescale) - Bug 292360 - [Memory View] platform renderings do not implement correctly IMemoryRendering#getControl *******************************************************************************/ package org.eclipse.debug.internal.ui.memory.provisional; @@ -981,7 +982,7 @@ public abstract class AbstractAsyncTableRendering extends AbstractBaseTableRende * @see org.eclipse.debug.ui.memory.IMemoryRendering#getControl() */ public Control getControl() { - return fPageBook.getParent(); + return fPageBook; } /* (non-Javadoc) -- cgit v1.2.3