Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCornel Izbasa2013-12-27 15:24:36 +0000
committerCornel Izbasa2013-12-27 15:24:36 +0000
commit8c2b82ddbcc84e0cfbb5a9b9825d7a4ede2a30e6 (patch)
treee8a2d67dbad2754146066b992cadccf028f07cd4
parent5f0d20b65c07e8f92dffe03b7615bde73c2853b8 (diff)
downloadeclipse.platform.ua-8c2b82ddbcc84e0cfbb5a9b9825d7a4ede2a30e6.tar.gz
eclipse.platform.ua-8c2b82ddbcc84e0cfbb5a9b9825d7a4ede2a30e6.tar.xz
eclipse.platform.ua-8c2b82ddbcc84e0cfbb5a9b9825d7a4ede2a30e6.zip
wizard. Change-Id: I17557f5b9700d86e22c88ee2b98f7101e3cabbb0 Signed-off-by: Cornel Izbasa <cizbasa@info.uvt.ro>
-rw-r--r--org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/dialogs/CheatSheetCategoryBasedSelectionDialog.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/dialogs/CheatSheetCategoryBasedSelectionDialog.java b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/dialogs/CheatSheetCategoryBasedSelectionDialog.java
index 17eb3878d..232abfaf2 100644
--- a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/dialogs/CheatSheetCategoryBasedSelectionDialog.java
+++ b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/dialogs/CheatSheetCategoryBasedSelectionDialog.java
@@ -285,7 +285,8 @@ public class CheatSheetCategoryBasedSelectionDialog extends TrayDialog //extends
treeViewer.setInput(cheatsheetCategories);
desc = new ScrolledFormText(sform, true);
-
+ desc.setEnabled(false);
+
sform.setWeights(new int[] {10, 2});
if (activityViewerFilter.getHasEncounteredFilteredItem())

Back to the top