IDEA-159444 Improve value tooltip presentation in debugger - added hand cursor for the whole expandable tooltip

This commit is contained in:
Egor.Ushakov
2017-04-12 15:51:32 +03:00
parent 5a0729c244
commit 8fecbece75
@@ -249,6 +249,7 @@ public abstract class AbstractValueHint {
protected JComponent createExpandableHintComponent(final SimpleColoredText text, final Runnable expand) {
final JComponent component = HintUtil.createInformationLabel(text, IconUtil.getAddIcon());
component.setCursor(hintCursor());
addClickListenerToHierarchy(component, new ClickListener() {
@Override
public boolean onClick(@NotNull MouseEvent event, int clickCount) {