mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-159444 Improve value tooltip presentation in debugger - added hand cursor for the whole expandable tooltip
This commit is contained in:
+1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user