diff options
| author | Eric Moffatt | 2012-08-20 20:04:40 +0000 |
|---|---|---|
| committer | Paul Webster | 2012-09-25 18:32:14 +0000 |
| commit | 5457ea1ed2a2c4dfefe12075780bb52d0835222f (patch) | |
| tree | f2eba2ceba7756048d219ae725dff01cab9795ee | |
| parent | 2a05ad17eab99416c791f6905c3252d8024a19a1 (diff) | |
| download | eclipse.platform.ui-5457ea1ed2a2c4dfefe12075780bb52d0835222f.tar.gz eclipse.platform.ui-5457ea1ed2a2c4dfefe12075780bb52d0835222f.tar.xz eclipse.platform.ui-5457ea1ed2a2c4dfefe12075780bb52d0835222f.zip | |
Fix for Bug 387489 - [OLE] OleEditor hides content when losing focus.M20120925-1832
| -rw-r--r-- | bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleEditor.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleEditor.java b/bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleEditor.java index f4af7d10fd1..f5e83ba9e46 100644 --- a/bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleEditor.java +++ b/bundles/org.eclipse.ui.win32/src/org/eclipse/ui/internal/editorsupport/win32/OleEditor.java @@ -259,8 +259,6 @@ public class OleEditor extends EditorPart { //Check the client active flag. Set it to false when we have deactivated //to prevent multiple de-activations. if (part == this && clientActive) { - if (clientSite != null) - clientSite.deactivateInPlaceClient(); this.clientActive = false; this.oleActivated = false; } |
