Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2007-02-02 21:28:55 +0000
committerChris Goldthorpe2007-02-02 21:28:55 +0000
commitbeb7477c7167376cf29a7b7176839119e8454b76 (patch)
tree90955966dd2a00f8f7dc621f3e36f9dd5c0a05bc /org.eclipse.ui.cheatsheets
parent28d63f3ecf9129eb0eb6a0e66de295e33b9c3d8c (diff)
downloadeclipse.platform.ua-beb7477c7167376cf29a7b7176839119e8454b76.tar.gz
eclipse.platform.ua-beb7477c7167376cf29a7b7176839119e8454b76.tar.xz
eclipse.platform.ua-beb7477c7167376cf29a7b7176839119e8454b76.zip
Set text to bold before expanding in case the bold font requires more space.v20070202
Diffstat (limited to 'org.eclipse.ui.cheatsheets')
-rw-r--r--org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/ViewItem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/ViewItem.java b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/ViewItem.java
index f9112deea..e65035345 100644
--- a/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/ViewItem.java
+++ b/org.eclipse.ui.cheatsheets/src/org/eclipse/ui/internal/cheatsheets/views/ViewItem.java
@@ -401,8 +401,8 @@ public abstract class ViewItem {
public void setAsCurrentActiveItem() {
setColorAsCurrent(true);
setButtonsVisible(true);
- setExpanded();
setBold(true);
+ setExpanded();
setFocus();
}

Back to the top